Update .config/Code/User/settings.json

This commit is contained in:
2026-06-05 15:24:43 -04:00
parent 3a86297508
commit 207e2695d4

View File

@@ -31,7 +31,7 @@
"editor.autoClosingQuotes": "never",
"git.confirmSync": false,
"editor.cursorBlinking": "solid",
"breadcrumbs.enabled": true,
"breadcrumbs.enabled": false,
"editor.autoSurround": "never",
"editor.guides.indentation": false,
"editor.occurrencesHighlight": "off",
@@ -187,21 +187,27 @@
"git.suggestSmartCommit": false,
"editor.accessibilitySupport": "off",
"claudeCode.preferredLocation": "sidebar",
"github.copilot.enable": {
"*": false,
"plaintext": false,
"markdown": false,
"scminput": false
},
"workbench.secondarySideBar.defaultVisibility": "hidden",
"inlineChat.lineNaturalLanguageHint": false,
"workbench.editor.empty.hint": "hidden",
"chat.agent.enabled": false,
"chat.disableAIFeatures": true,
"workbench.preferredDarkColorTheme": "Visual Studio Dark",
"workbench.preferredLightColorTheme": "Visual Studio Light",
"workbench.colorTheme": "Visual Studio Dark",
"clangd.path": "c:\\Users\\mta\\AppData\\Roaming\\Code\\User\\globalStorage\\llvm-vs-code-extensions.vscode-clangd\\install\\21.1.8\\clangd_21.1.8\\bin\\clangd.exe",
"window.titleBarStyle": "custom",
"window.customMenuBarAltFocus": false
"window.customMenuBarAltFocus": false,
"workbench.colorTheme": "Dark Modern",
"settingsSync.keybindingsPerPlatform": false,
"workbench.settings.enableNaturalLanguageSearch": false,
"github.gitAuthentication": false,
"git.allowForcePush": false,
"git.autofetch": false,
"git.fetchOnPull": false,
"claudeCode.allowDangerouslySkipPermissions": true,
"editor.foldingStrategy": "indentation",
"workbench.iconTheme": "material-icon-theme",
"material-icon-theme.folders.theme": "classic",
"editor.lineNumbers": "off",
"breadcrumbs.filePath": "off",
"window.density.editorTabHeight": "compact",
}