VSCode: Remove settings for unused extensions
This commit is contained in:
parent
4931874f3f
commit
339f0bc38a
1 changed files with 0 additions and 41 deletions
|
@ -2,9 +2,7 @@
|
||||||
"[html]": {
|
"[html]": {
|
||||||
"editor.indentSize": 2
|
"editor.indentSize": 2
|
||||||
},
|
},
|
||||||
"csharp.suppressBuildAssetsNotification": true,
|
|
||||||
"debug.console.historySuggestions": false,
|
"debug.console.historySuggestions": false,
|
||||||
"dotnetAcquisitionExtension.enableTelemetry": false,
|
|
||||||
"editor.fontFamily": "'Noto Sans Mono', 'Cascadia Code', Consolas, 'Courier New', monospace",
|
"editor.fontFamily": "'Noto Sans Mono', 'Cascadia Code', Consolas, 'Courier New', monospace",
|
||||||
"editor.fontLigatures": false,
|
"editor.fontLigatures": false,
|
||||||
"editor.fontSize": 12,
|
"editor.fontSize": 12,
|
||||||
|
@ -31,45 +29,6 @@
|
||||||
"telemetry.telemetryLevel": "off",
|
"telemetry.telemetryLevel": "off",
|
||||||
"terminal.integrated.enablePersistentSessions": false,
|
"terminal.integrated.enablePersistentSessions": false,
|
||||||
"terminal.integrated.shellIntegration.history": 0,
|
"terminal.integrated.shellIntegration.history": 0,
|
||||||
"todo-tree.general.tags": [
|
|
||||||
"[!!!]",
|
|
||||||
"[!!]",
|
|
||||||
"[!]",
|
|
||||||
"TODO:",
|
|
||||||
"WORK:",
|
|
||||||
"WAIT:",
|
|
||||||
"DONE:"
|
|
||||||
],
|
|
||||||
"todo-tree.highlights.customHighlight": {
|
|
||||||
"[!!!]": {
|
|
||||||
"fontWeight": "bold",
|
|
||||||
"foreground": "#ffc000"
|
|
||||||
},
|
|
||||||
"[!!]": {
|
|
||||||
"fontWeight": "bold",
|
|
||||||
"foreground": "#ffc000"
|
|
||||||
},
|
|
||||||
"[!]": {
|
|
||||||
"fontWeight": "bold",
|
|
||||||
"foreground": "#ffc000"
|
|
||||||
},
|
|
||||||
"DONE:": {
|
|
||||||
"foreground": "#c0c0c0"
|
|
||||||
},
|
|
||||||
"TODO:": {
|
|
||||||
"fontWeight": "bold",
|
|
||||||
"foreground": "#ff0000"
|
|
||||||
},
|
|
||||||
"WAIT:": {
|
|
||||||
"fontWeight": "bold",
|
|
||||||
"foreground": "#ff00ff"
|
|
||||||
},
|
|
||||||
"WORK:": {
|
|
||||||
"fontWeight": "bold",
|
|
||||||
"foreground": "#00ff00"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"todo-tree.tree.groupedByTag": true,
|
|
||||||
"update.mode": "manual",
|
"update.mode": "manual",
|
||||||
"update.showReleaseNotes": false,
|
"update.showReleaseNotes": false,
|
||||||
"window.openFilesInNewWindow": "on",
|
"window.openFilesInNewWindow": "on",
|
||||||
|
|
Loading…
Reference in a new issue