Skip to content

Commit

Permalink
Bind command for explorer.newFolder
Browse files Browse the repository at this point in the history
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
  • Loading branch information
vzhukovs committed May 25, 2020
1 parent f7cecf2 commit 2d14f55
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -579,5 +579,10 @@ export class PluginVscodeCommandsContribution implements CommandContribution {
}, {
execute: () => this.quickOpenWorkspace.select()
});
commands.registerCommand({
id: 'explorer.newFolder'
}, {
execute: () => commands.executeCommand(WorkspaceCommands.NEW_FOLDER.id)
});
}
}

0 comments on commit 2d14f55

Please sign in to comment.