VS Code caps-escape

Created at 2024-02-18 13:56
Last edited at 2024-07-27 19:40

VS Code settings.json

By default VS Code will override keyboard keypress modifications. To disable this, add the following to VS Code settings.json:

{
    ... ,

    "keyboard.dispatch": "keyCode",

    ...
}