mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 11:26:39 +00:00
feat(settings): update Claude terminal profile icon and name override
Use sparkle icon instead of generic terminal icon, and enable overrideName to display "Claude" as the terminal tab title. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -307,7 +307,8 @@
|
||||
"terminal.integrated.profiles.osx": {
|
||||
"Claude": {
|
||||
"path": "claude",
|
||||
"icon": "terminal"
|
||||
"icon": "sparkle",
|
||||
"overrideName": true
|
||||
}
|
||||
},
|
||||
"terminal.integrated.scrollback": 50000,
|
||||
|
||||
Reference in New Issue
Block a user