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:
Jim Myhrberg
2026-02-11 11:40:23 +00:00
parent c06e69e9b6
commit 6b92a80915

View File

@@ -307,7 +307,8 @@
"terminal.integrated.profiles.osx": {
"Claude": {
"path": "claude",
"icon": "terminal"
"icon": "sparkle",
"overrideName": true
}
},
"terminal.integrated.scrollback": 50000,