chore(vscode-ide-companion): add qwen-code dependency to package files

This commit is contained in:
yiliang114
2025-11-25 13:39:07 +08:00
parent f503eb2520
commit f623bfbb34
10 changed files with 108 additions and 158 deletions

View File

@@ -63,6 +63,10 @@
{
"command": "qwenCode.clearAuthCache",
"title": "Qwen Code: Clear Authentication Cache"
},
{
"command": "qwenCode.login",
"title": "Qwen Code: Login"
}
],
"configuration": {
@@ -109,6 +113,10 @@
{
"command": "qwen.diff.cancel",
"when": "qwen.diff.isVisible"
},
{
"command": "qwenCode.login",
"when": "false"
}
],
"editor/title": [
@@ -190,6 +198,7 @@
"dependencies": {
"@modelcontextprotocol/sdk": "^1.15.1",
"@qwen-code/qwen-code-core": "file:../core",
"@qwen-code/qwen-code": "file:../cli",
"cors": "^2.8.5",
"express": "^5.1.0",
"react": "^18.2.0",