Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
development:vscode:start [2020/07/07 13:09]
kalenpw [VSCode]
development:vscode:start [2020/07/07 13:10] (current)
kalenpw
Line 2: Line 2:
   * [[ .keybindings | Keybindings ]]   * [[ .keybindings | Keybindings ]]
  
----- 
  
-===== Keyboard Shortcuts ===== 
-Put these in keybindings.json  
  
-<code json> +
-    /** +
-    Activity bar +
-    */ +
-    { +
-        "key": "cmd+k cmd+e", +
-        "command": "workbench.view.explorer" +
-    }, +
-    { +
-        "key": "cmd+k cmd+g", +
-        "command": "workbench.view.scm" +
-    }, +
-    { +
-        "key": "cmd+k cmd+d", +
-        "command": "workbench.view.debug" +
-    }, +
-    { +
-        "key": "cmd+k cmd+x", +
-        "command": "workbench.extensions.action.showInstalledExtensions" +
-    }, +
-    { +
-        "key": "cmd+k cmd+p", +
-        "command": "workbench.view.extension.project-manager" +
-    }, +
-</code>+