Remove reference to npx in luanch config
Users should not need to install npx in order to launch the extension.
This commit is contained in:
Родитель
09c4e7e99b
Коммит
a2cda79ceb
|
@ -10,7 +10,7 @@
|
|||
"kind": "build",
|
||||
"isDefault": true
|
||||
},
|
||||
"command": "npx gulp buildWithoutPackage --verbose",
|
||||
"command": "npm run build",
|
||||
"options": {
|
||||
"cwd": "extensions/ql-vscode/"
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче