Modify icon and name

This commit is contained in:
andrepimenta
2025-10-14 17:23:49 +01:00
parent 1be89d43a4
commit d891070d9e
4 changed files with 5 additions and 5 deletions

View File

@@ -174,7 +174,7 @@ class ClaudeChatProvider {
);
// Set icon for the webview tab using URI path
const iconPath = vscode.Uri.joinPath(this._extensionUri, 'icon.png');
const iconPath = vscode.Uri.joinPath(this._extensionUri, 'icon-bubble.png');
this._panel.iconPath = iconPath;
this._panel.webview.html = this._getHtmlForWebview();