|
@@ -60,7 +60,7 @@
|
|
|
"~/Documents/chillidonut/**/",
|
|
"~/Documents/chillidonut/**/",
|
|
|
"~/Documents/repos/**/"
|
|
"~/Documents/repos/**/"
|
|
|
],
|
|
],
|
|
|
- "workbench.colorTheme": "Night Owl", // or Dark+ (contrast)
|
|
|
|
|
|
|
+ "workbench.colorTheme": "Dark+ (contrast)", // Night Owl or Dark+ (contrast)
|
|
|
"workbench.colorCustomizations": {
|
|
"workbench.colorCustomizations": {
|
|
|
"[Dark+ (contrast)]": {
|
|
"[Dark+ (contrast)]": {
|
|
|
"activityBar.background": "#000000",
|
|
"activityBar.background": "#000000",
|
|
@@ -76,7 +76,7 @@
|
|
|
"titleBar.border": "#333333",
|
|
"titleBar.border": "#333333",
|
|
|
// "statusBar.background": "#334455",
|
|
// "statusBar.background": "#334455",
|
|
|
"editorIndentGuide.activeBackground": "#555555"
|
|
"editorIndentGuide.activeBackground": "#555555"
|
|
|
- },
|
|
|
|
|
|
|
+ }
|
|
|
},
|
|
},
|
|
|
"bookmarks.navigateThroughAllFiles": true,
|
|
"bookmarks.navigateThroughAllFiles": true,
|
|
|
"debug.openExplorerOnEnd": true,
|
|
"debug.openExplorerOnEnd": true,
|
|
@@ -153,8 +153,9 @@
|
|
|
"explorer.confirmDragAndDrop": false,
|
|
"explorer.confirmDragAndDrop": false,
|
|
|
"macros": {
|
|
"macros": {
|
|
|
"autoFixAll": [
|
|
"autoFixAll": [
|
|
|
- "tslint.fixAllProblems",
|
|
|
|
|
"eslint.executeAutofix",
|
|
"eslint.executeAutofix",
|
|
|
|
|
+ "editor.action.fixAll",
|
|
|
|
|
+
|
|
|
]
|
|
]
|
|
|
},
|
|
},
|
|
|
"typescript.updateImportsOnFileMove.enabled": "always",
|
|
"typescript.updateImportsOnFileMove.enabled": "always",
|
|
@@ -178,7 +179,6 @@
|
|
|
"gitlens.views.repositories.avatars": false,
|
|
"gitlens.views.repositories.avatars": false,
|
|
|
"gitlens.views.search.avatars": false,
|
|
"gitlens.views.search.avatars": false,
|
|
|
"editor.minimap.renderCharacters": false,
|
|
"editor.minimap.renderCharacters": false,
|
|
|
- "errorLens.addAnnotationTextPrefixes": false,
|
|
|
|
|
"editor.suggestSelection": "first",
|
|
"editor.suggestSelection": "first",
|
|
|
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
|
|
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
|
|
|
"bracket-pair-colorizer-2.highlightActiveScope": true,
|
|
"bracket-pair-colorizer-2.highlightActiveScope": true,
|
|
@@ -200,6 +200,12 @@
|
|
|
"gitlens.views.lineHistory.location": "gitlens",
|
|
"gitlens.views.lineHistory.location": "gitlens",
|
|
|
"gitlens.views.compare.location": "gitlens",
|
|
"gitlens.views.compare.location": "gitlens",
|
|
|
"gitlens.views.search.location": "gitlens",
|
|
"gitlens.views.search.location": "gitlens",
|
|
|
|
|
+ "[typescript]": {
|
|
|
|
|
+ "editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
|
|
|
+ },
|
|
|
|
|
+ "[jsonc]": {
|
|
|
|
|
+ "editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
|
|
|
+ },
|
|
|
"emmet.triggerExpansionOnTab": true,
|
|
"emmet.triggerExpansionOnTab": true,
|
|
|
"merge-conflict.autoNavigateNextConflict.enabled": true,
|
|
"merge-conflict.autoNavigateNextConflict.enabled": true,
|
|
|
"search.usePCRE2": true,
|
|
"search.usePCRE2": true,
|
|
@@ -212,4 +218,5 @@
|
|
|
"editor.wordBasedSuggestions": false,
|
|
"editor.wordBasedSuggestions": false,
|
|
|
"gitlens.hovers.currentLine.details": false,
|
|
"gitlens.hovers.currentLine.details": false,
|
|
|
"gitlens.hovers.currentLine.enabled": false
|
|
"gitlens.hovers.currentLine.enabled": false
|
|
|
|
|
+ "errorLens.addAnnotationTextPrefixes": false
|
|
|
}
|
|
}
|