mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 03:16:39 +00:00
feat(settings): add Claude terminal profile for Linux
Enables quick access to Claude CLI as a terminal profile on Linux, matching the existing macOS configuration. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -329,6 +329,12 @@
|
||||
"icon": "sparkle"
|
||||
}
|
||||
},
|
||||
"terminal.integrated.profiles.linux": {
|
||||
"Claude": {
|
||||
"path": "claude",
|
||||
"icon": "sparkle"
|
||||
}
|
||||
},
|
||||
"terminal.integrated.tabs.title": "${sequence}",
|
||||
"terminal.integrated.scrollback": 50000,
|
||||
"terminal.integrated.enableKittyKeyboardProtocol": true,
|
||||
|
||||
Reference in New Issue
Block a user