feat(settings/vscode): tweak various chat/agent settings

This commit is contained in:
Jim Myhrberg
2026-01-21 13:07:08 +00:00
parent 59bc6b14be
commit 0ecca375f4

View File

@@ -120,10 +120,17 @@
// MARK: Chat (VSCode)
// ===========================================================================
//
"chat.agentsControl.enabled": true,
"chat.agentSessionProjection.enabled": true,
"chat.checkpoints.showFileChanges": true,
"chat.commandCenter.enabled": false,
"chat.edits2.enabled": true,
"chat.mcp.gallery.enabled": true,
"chat.tools.terminal.outputLocation": "chat",
"chat.unifiedAgentsBar.enabled": true,
"chat.useNestedAgentsMdFiles": true,
"chat.viewSessions.orientation": "stacked",
"inlineChat.showGutterMenu": true,
//
// ===========================================================================
// MARK: Claude Code