mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
42 lines
993 B
JSON
42 lines
993 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"type": "npm",
|
|
"script": "build",
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
},
|
|
"problemMatcher": [],
|
|
"label": "npm: build",
|
|
"detail": "scripts/build.sh"
|
|
},
|
|
{
|
|
"type": "npm",
|
|
"script": "build",
|
|
"path": "packages/vscode-ide-companion",
|
|
"group": "build",
|
|
"problemMatcher": [],
|
|
"label": "npm: build: vscode-ide-companion",
|
|
"detail": "npm run build -w packages/vscode-ide-companion"
|
|
},
|
|
{
|
|
"label": "copy: bundled-cli (dev)",
|
|
"type": "shell",
|
|
"command": "node",
|
|
"args": ["packages/vscode-ide-companion/scripts/copy-bundled-cli.js"],
|
|
"problemMatcher": []
|
|
},
|
|
{
|
|
"label": "launch: vscode-ide-companion (copy+build)",
|
|
"dependsOrder": "sequence",
|
|
"dependsOn": [
|
|
"copy: bundled-cli (dev)",
|
|
"npm: build: vscode-ide-companion"
|
|
],
|
|
"problemMatcher": []
|
|
}
|
|
]
|
|
}
|