mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 11:26:39 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user