Skip to content

Commit a2cda79

Browse files
committed
Remove reference to npx in luanch config
Users should not need to install npx in order to launch the extension.
1 parent 09c4e7e commit a2cda79

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)