Skip to content

Can't duplicate directory with keybindings #9

@ghost

Description

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions