Skip to content

Commit a4f19c9

Browse files
authored
Merge pull request #515 from aeisenberg/aeisenberg/launch-no-npx
Remove reference to npx in luanch config
2 parents 09c4e7e + a2cda79 commit a4f19c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"kind": "build",
1111
"isDefault": true
1212
},
13-
"command": "npx gulp buildWithoutPackage --verbose",
13+
"command": "npm run build",
1414
"options": {
1515
"cwd": "extensions/ql-vscode/"
1616
},

0 commit comments

Comments
 (0)