Tom McKenzie 6 vuotta sitten
vanhempi
sitoutus
c9da74058a
2 muutettua tiedostoa jossa 11 lisäystä ja 2 poistoa
  1. 8 0
      Code/User/keybindings.json
  2. 3 2
      Code/User/settings.json

+ 8 - 0
Code/User/keybindings.json

@@ -56,5 +56,13 @@
   {
     "key": "cmd+h",
     "command": "workbench.files.action.collapseExplorerFolders"
+  },
+  {
+    "key": "cmd+, cmd+,",
+    "command": "workbench.action.openSettings"
+  },
+  {
+    "key": "cmd+,",
+    "command": "-workbench.action.openSettings"
   }
 ]

+ 3 - 2
Code/User/settings.json

@@ -36,7 +36,6 @@
         "editor.wordWrap": "on"
     },
     // "editor.glyphMargin": false,
-    "editor.snippetSuggestions": "top",
     "search.useIgnoreFiles": true,
     "explorer.confirmDelete": false,
     "problems.decorations.enabled": true,
@@ -221,7 +220,9 @@
     "[jsonc]": {
         "editor.defaultFormatter": "esbenp.prettier-vscode"
     },
+    "emmet.triggerExpansionOnTab": true,
     // VERY TEMPORARY
-    "typescript.tsdk": "/Users/tom/Documents/scratch/npm_typescript/node_modules/typescript/lib"
+    "typescript.tsdk": "/Users/tom/Documents/scratch/npm_typescript/node_modules/typescript/lib",
+    "merge-conflict.autoNavigateNextConflict.enabled": true
 
 }