From af63d0804235b1a87ad0b61b1c501ec21970d0bd Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 18 Jan 2026 22:14:43 +0000 Subject: [PATCH] chore(settings/vscode): add chat terminal output location configuration - Introduced a new setting for terminal output location, specifying it as 'chat' in settings.json. --- settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/settings.json b/settings.json index 554f895..8d29cd2 100644 --- a/settings.json +++ b/settings.json @@ -123,6 +123,7 @@ "chat.checkpoints.showFileChanges": true, "chat.edits2.enabled": true, "chat.mcp.gallery.enabled": true, + "chat.tools.terminal.outputLocation": "chat", // // =========================================================================== // MARK: Claude Code