// Place your key bindings in this file to override the defaultsauto[] [ { "key": "cmd+p", "command": "workbench.action.showCommands", }, { "key": "cmd+/", "command": "editor.action.commentLine", "when": "editorTextFocus && !editorReadonly" }, { "key": "cmd+/", "command": "-editor.action.commentLine", "when": "editorTextFocus && !editorReadonly" }, { "key": "alt+cmd+/", "command": "editor.action.blockComment", "when": "editorTextFocus && !editorReadonly" }, { "key": "shift+alt+a", "command": "-editor.action.blockComment", "when": "editorTextFocus && !editorReadonly" }, { "key": "alt+cmd+f", "command": "swift.insertFunctionComment", "when": "editorTextFocus" }, { "key": "alt+cmd+/", "command": "-swift.insertFunctionComment", "when": "editorTextFocus" }, { "key": "shift+enter alt+cmd", "command": "liveshare.followToTheSide", "when": "liveshare:hasCollaborators" }, { "key": "alt+cmd+/", "command": "-liveshare.followToTheSide", "when": "liveshare:hasCollaborators" } ] // testing...