Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't duplicate directory with keybindings #9

Open
ghost opened this issue Nov 5, 2023 · 1 comment
Open

Can't duplicate directory with keybindings #9

ghost opened this issue Nov 5, 2023 · 1 comment

Comments

@ghost
Copy link

ghost commented Nov 5, 2023

Problem: Duplicate file action only works on open files, not directories.
Solution: The extension should be able to duplicate without an active text editor.

Steps to reproduce:

If I have selection on a folder

Capture

I can't duplicate it with this keybinding.

    {
        "key": "ctrl+d",
        "command": "duplicate.execute",
        "when": "explorerViewletVisible && filesExplorerFocus && !explorerResourceIsRoot && !inputFocus"
    },

It gives the error:

No active text editor
@ghost
Copy link
Author

ghost commented Nov 10, 2023

@trandaison Are you there?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants