From a2900fc24624522b7146e15d3c1152d5ae094f3e Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 21 Jan 2026 19:33:39 +0000 Subject: [PATCH] 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. --- settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/settings.json b/settings.json index dbaac08..035e3b8 100644 --- a/settings.json +++ b/settings.json @@ -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