From 6b92a80915e73f65274a132bb35535660ad202d9 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 11 Feb 2026 11:40:23 +0000 Subject: [PATCH] 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 --- settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/settings.json b/settings.json index b4a53f9..60ba80c 100644 --- a/settings.json +++ b/settings.json @@ -307,7 +307,8 @@ "terminal.integrated.profiles.osx": { "Claude": { "path": "claude", - "icon": "terminal" + "icon": "sparkle", + "overrideName": true } }, "terminal.integrated.scrollback": 50000,