Answers for "vscode Q quit confirm"

0

vscode Q quit confirm

{
        "key": "ctrl+w",
        "command": "-workbench.action.closeWindow",
        "when": "!editorIsOpen && !multipleEditorGroups"
}
Posted by: Guest on October-09-2020
0

vscode Q quit confirm

{ "key": "cmd+q", "command": "-workbench.action.quit" },
{ "key": "cmd+q cmd+q", "command": "workbench.action.quit" }
Posted by: Guest on October-09-2020

Browse Popular Code Answers by Language