diff --git a/.config/Code/User/settings.json b/.config/Code/User/settings.json index bdb4c55..3fd04cf 100644 --- a/.config/Code/User/settings.json +++ b/.config/Code/User/settings.json @@ -200,5 +200,8 @@ "chat.disableAIFeatures": true, "workbench.preferredDarkColorTheme": "Visual Studio Dark", "workbench.preferredLightColorTheme": "Visual Studio Light", - "workbench.colorTheme": "Default Dark+", + "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 }