Disable Copilot Controls in menu bar

This commit is contained in:
Anthony Rose 2025-02-21 10:36:08 +00:00
parent 917f845c40
commit a7293621e8

View file

@ -5,6 +5,7 @@
"[html]": { "[html]": {
"editor.indentSize": 2 "editor.indentSize": 2
}, },
"chat.commandCenter.enabled": false,
"debug.console.historySuggestions": false, "debug.console.historySuggestions": false,
"editor.accessibilitySupport": "off", "editor.accessibilitySupport": "off",
"editor.fontFamily": "'Berkeley Mono', 'monospace', 'Cascadia Code', Consolas, 'Courier New'", "editor.fontFamily": "'Berkeley Mono', 'monospace', 'Cascadia Code', Consolas, 'Courier New'",