mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
feat(vscode-ide-companion): update qwen logo
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
{
|
||||
"command": "qwenCode.openChat",
|
||||
"title": "Qwen Code: Open Chat",
|
||||
"icon": "$(comment-discussion)"
|
||||
"icon": "./assets/icon.png"
|
||||
}
|
||||
],
|
||||
"configuration": {
|
||||
|
||||
@@ -78,6 +78,13 @@ export class WebViewProvider {
|
||||
},
|
||||
);
|
||||
|
||||
// Set panel icon to Qwen logo
|
||||
this.panel.iconPath = vscode.Uri.joinPath(
|
||||
this.extensionUri,
|
||||
'assets',
|
||||
'icon.png',
|
||||
);
|
||||
|
||||
this.panel.webview.html = this.getWebviewContent();
|
||||
|
||||
// Handle messages from WebView
|
||||
|
||||
Reference in New Issue
Block a user