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:keybindings [2020/10/26 12:21]
kalenpw
development:vscode:keybindings [2020/10/27 10:11] (current)
kalenpw
Line 4: Line 4:
  
 <code json> <code json>
-    /** +    /Activity bar
-    Activity bar +
-    */+
     // Explorer     // Explorer
     {     {
Line 42: Line 40:
         "key": "cmd+m cmd+w",         "key": "cmd+m cmd+w",
         "command": "editor.emmet.action.wrapWithAbbreviation"         "command": "editor.emmet.action.wrapWithAbbreviation"
-    }+    }
 +     
 +    // Advanced new file 
 +    { 
 +        "key": "cmd+n", 
 +        "command": "extension.advancedNewFile" 
 +    },
 </code> </code>