Browse Source

Update Code settings.json

Tom McKenzie 6 năm trước cách đây
mục cha
commit
dec80ad810
1 tập tin đã thay đổi với 8 bổ sung6 xóa
  1. 8 6
      Code/User/settings.json

+ 8 - 6
Code/User/settings.json

@@ -184,10 +184,6 @@
     "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
     "bracket-pair-colorizer-2.highlightActiveScope": true,
     "spellright.groupDictionaries": false,
-    // "spellright.documentTypes": [
-    //     "typescript",
-    //     "typescriptreact"
-    // ],
     "spellright.notificationClassByParser": {
         "code": "information"
     },
@@ -205,7 +201,13 @@
     "gitlens.views.lineHistory.location": "gitlens",
     "gitlens.views.compare.location": "gitlens",
     "gitlens.views.search.location": "gitlens",
-    "vtools.autoHideSideBar": true,
     "emmet.triggerExpansionOnTab": true,
-    "merge-conflict.autoNavigateNextConflict.enabled": true
+    "merge-conflict.autoNavigateNextConflict.enabled": true,
+    "search.usePCRE2": true,
+    "editor.gotoLocation.multiple": "goto",
+    "nasc-touchbar.togglePanel": false,
+    "nasc-touchbar.addCursorBelow": false,
+    "diffEditor.originalEditable": true,
+    "emmet.showSuggestionsAsSnippets": true,
+    "editor.snippetSuggestions": "bottom"
 }