Open goshander opened 1 month ago
Same issue as https://github.com/kasecato/vscode-intellij-idea-keybindings/issues/294 But for macOS and CMD key
{ "key": "cmd+[Slash]", "command": "editor.action.commentLine", "when": "editorTextFocus && !editorReadonly" }, { "key": "cmd+/", "command": "-editor.action.commentLine", "when": "editorTextFocus && !editorReadonly" }
Same issue as https://github.com/kasecato/vscode-intellij-idea-keybindings/issues/294 But for macOS and CMD key