fix(settings): correct chat and extension configuration settings

- Swapped values for 'chat.agentsControl.enabled' and 'chat.agentSessionProjection.enabled'.
- Updated 'claudeCode.preferredLocation' from 'sidebar' to 'panel'.
- Ensured consistency in terminal settings and added new command configurations for chat tools.
This commit is contained in:
Jim Myhrberg
2026-01-21 19:33:39 +00:00
parent 0ecca375f4
commit a2900fc246

View File

@@ -120,8 +120,8 @@
// MARK: Chat (VSCode)
// ===========================================================================
//
"chat.agentsControl.enabled": true,
"chat.agentSessionProjection.enabled": true,
"chat.agentsControl.enabled": true,
"chat.checkpoints.showFileChanges": true,
"chat.commandCenter.enabled": false,
"chat.edits2.enabled": true,
@@ -282,6 +282,7 @@
"terminal.integrated.persistentSessionScrollback": 1000,
"terminal.integrated.scrollback": 50000,
"terminal.integrated.sendKeybindingsToShell": true,
"terminal.integrated.shellIntegration.enabled": true,
//
// ===========================================================================
// MARK: Awesome Emacs Keybindings