mirror of
https://github.com/andrepimenta/claude-code-chat.git
synced 2025-12-12 09:59:42 +00:00
Modify icon and name
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user