From 136114db1fb91cc86b324ae627db0dcfffd98e2f Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 13 Feb 2026 12:12:19 +0000 Subject: [PATCH] feat(settings): enable shell keybindings passthrough and JSON schema downloads Allow terminal to forward keybindings to the shell for better compatibility with shell programs. Enable JSON schema downloads for improved JSON validation support. Co-Authored-By: Claude Opus 4.6 --- settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/settings.json b/settings.json index 7bed803..cef4e91 100644 --- a/settings.json +++ b/settings.json @@ -332,7 +332,7 @@ "terminal.integrated.tabs.title": "${sequence}", "terminal.integrated.scrollback": 50000, "terminal.integrated.enableKittyKeyboardProtocol": true, - "terminal.integrated.sendKeybindingsToShell": false, + "terminal.integrated.sendKeybindingsToShell": true, "terminal.integrated.shellIntegration.enabled": true, // // =========================================================================== @@ -726,6 +726,7 @@ "url": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/manifest.json" } ], + "json.schemaDownload.enable": true, // // =========================================================================== // MARK: Lang: JavaScript