Disabling Ctrl+w from closing Visual Studio Code window
To disable ctrl+w from closing the Visual Studio Code add the following to the keyboard shortcuts file: { "key": "ctrl+w", "when": "!editorIsOpen" }The keyboard shortcuts file ... (55)
To disable ctrl+w from closing the Visual Studio Code add the following to the keyboard shortcuts file: { "key": "ctrl+w", "when": "!editorIsOpen" }The keyboard shortcuts file ... (55)