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:
2
.vscode/tasks.json
vendored
2
.vscode/tasks.json
vendored
@@ -10,7 +10,7 @@
|
|||||||
"kind": "build",
|
"kind": "build",
|
||||||
"isDefault": true
|
"isDefault": true
|
||||||
},
|
},
|
||||||
"command": "npx gulp buildWithoutPackage --verbose",
|
"command": "npm run build",
|
||||||
"options": {
|
"options": {
|
||||||
"cwd": "extensions/ql-vscode/"
|
"cwd": "extensions/ql-vscode/"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user