mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
Minor refactoring of VS Code companion extension code (#4761)
This commit is contained in:
parent
b1e0fb157b
commit
6380bfe35c
8 changed files with 244 additions and 115 deletions
12
.vscode/launch.json
vendored
12
.vscode/launch.json
vendored
|
|
@ -30,6 +30,18 @@
|
|||
"GEMINI_SANDBOX": "false"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Launch Companion VS Code Extension",
|
||||
"type": "extensionHost",
|
||||
"request": "launch",
|
||||
"args": [
|
||||
"--extensionDevelopmentPath=${workspaceFolder}/packages/vscode-ide-companion"
|
||||
],
|
||||
"outFiles": [
|
||||
"${workspaceFolder}/packages/vscode-ide-companion/dist/**/*.js"
|
||||
],
|
||||
"preLaunchTask": "npm: build: vscode-ide-companion"
|
||||
},
|
||||
{
|
||||
"name": "Attach",
|
||||
"port": 9229,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue