Merge pull request #515 from aeisenberg/aeisenberg/launch-no-npx

Remove reference to npx in luanch config
This commit is contained in:
jcreedcmu
2020-07-24 08:45:14 -04:00
committed by GitHub

2
.vscode/tasks.json vendored
View File

@@ -10,7 +10,7 @@
"kind": "build",
"isDefault": true
},
"command": "npx gulp buildWithoutPackage --verbose",
"command": "npm run build",
"options": {
"cwd": "extensions/ql-vscode/"
},