13 lines
366 B
JSON
13 lines
366 B
JSON
// Place your key bindings in this file to override the defaultsauto[]
|
|
[
|
|
{
|
|
"key": "cmd+[Backquote]",
|
|
"command": "editor.action.commentLine",
|
|
"when": "editorTextFocus && !editorReadonly"
|
|
},
|
|
{
|
|
"key": "shift+cmd+7",
|
|
"command": "-editor.action.commentLine",
|
|
"when": "editorTextFocus && !editorReadonly"
|
|
}
|
|
] |