fix alt focusing menu bar

This commit is contained in:
Max Amundsen
2026-03-19 11:44:03 -04:00
committed by GitHub
parent 76f8cdce38
commit 3a86297508

View File

@@ -200,5 +200,8 @@
"chat.disableAIFeatures": true, "chat.disableAIFeatures": true,
"workbench.preferredDarkColorTheme": "Visual Studio Dark", "workbench.preferredDarkColorTheme": "Visual Studio Dark",
"workbench.preferredLightColorTheme": "Visual Studio Light", "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
} }