vscode-open
vscode-open copied to clipboard
Can't Make Keyboard Shortcut
I would like to put something like this in my keybindings.json:
{
"key": "ctrl+shift+0",
"command": "vscode-open.openFileInDefaultApplication"
}
Currently, Ctrl + Alt + O is bound to VSCode's "open terminal here" action, which I'd like to keep. I'd like to bind your extension's"open file in default application" action to Ctrl + Shift + 0 (zero). However, vscode-open doesn't show up in available commands in keybindings.json.
@MBetters - are you able to send a PR for this?
@sandcastle I don't have enough time to do that currently, but might sometime in the next few months.