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 <noreply@anthropic.com>
This commit is contained in:
2026-02-13 12:12:19 +00:00
parent 15871f959c
commit 136114db1f

View File

@@ -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