file: keybindins.json// Place your key bindings in this file to overwrite the defaults[ { "key": "ctrl+shift+c", "command": "editor.action.commentLine", "when": "editorTextFocus && !editorReadonly" }, { "key": "ctrl+shift+7", "command": "-editor.action.commentLine", "when": "editorTextFocus && !editorReadonly" }, {
...
read more