fix task and launch.json files
This commit is contained in:
Родитель
b3eb83f775
Коммит
e264c6556b
|
@ -6,11 +6,11 @@
|
|||
"configurations": [
|
||||
{
|
||||
"args": [
|
||||
"--extensionDevelopmentPath=${workspaceFolder}"
|
||||
"--extensionDevelopmentPath=${workspaceFolder}/anycode"
|
||||
],
|
||||
"name": "Launch Extension",
|
||||
"outFiles": [
|
||||
"${workspaceFolder}/dist/**/*.js"
|
||||
"${workspaceFolder}/anycode/dist/**/*.js"
|
||||
],
|
||||
"preLaunchTask": "npm: watch",
|
||||
"request": "launch",
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
"group": "build",
|
||||
"isBackground": true,
|
||||
"problemMatcher": [],
|
||||
"path": "anycode",
|
||||
"label": "npm: watch",
|
||||
"detail": "npx esbuild src/extension.ts --bundle --outfile=dist/extension.js --platform=node --external:vscode --watch",
|
||||
"runOptions": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче