workstation/roles/home-gui/files/vscode-settings.json

77 lines
2.5 KiB
JSON

{
"csharp.suppressBuildAssetsNotification": true,
"debug.console.historySuggestions": false,
"dotnetAcquisitionExtension.enableTelemetry": false,
"editor.fontFamily": "'Noto Sans Mono', 'Cascadia Code', Consolas, 'Courier New', monospace",
"editor.fontSize": 12,
"editor.renderWhitespace": "all",
"editor.rulers": [
100
],
"editor.wordWrap": "on",
"editorconfig.generateAuto": false,
"extensions.ignoreRecommendations": true,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"json.schemaDownload.enable": false,
"markdown.preferredMdPathExtensionStyle": "includeExtension",
"npm.fetchOnlinePackageInfo": false,
"powershell.codeFormatting.openBraceOnSameLine": false,
"search.quickOpen.includeHistory": false,
"security.workspace.trust.emptyWindow": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"task.quickOpen.history": 0,
"telemetry.telemetryLevel": "off",
"terminal.integrated.enablePersistentSessions": false,
"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.showReleaseNotes": false,
"window.restoreWindows": "none",
"workbench.colorTheme": "Default Light Modern",
"workbench.editor.historyBasedLanguageDetection": false,
"workbench.editor.untitled.hint": "hidden",
"workbench.enableExperiments": false,
"workbench.localHistory.enabled": false,
"workbench.localHistory.maxFileEntries": 0,
"workbench.settings.enableNaturalLanguageSearch": false,
"workbench.startupEditor": "none"
}