Ognjen Regoje bio photo

Ognjen Regoje
But you can call me Oggy


I make things that run on the web (mostly).
More ABOUT me and my PROJECTS.

me@ognjen.io LinkedIn

Disabling Ctrl+w from closing Visual Studio Code window

#vscode

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 is accessible through File > Preferences > Keyboard Shortcuts.