File tree Expand file tree Collapse file tree 1 file changed +6
-12
lines changed
Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -32,29 +32,23 @@ Here are a few things you can do that will increase the likelihood of your pull
3232Make sure you have a fairly recent version of vscode (>1.32) and are using nodejs
3333version >=v10.13.0. (Tested on v10.15.1 and v10.16.0).
3434
35- ### Building
35+ ### Installing all packages
3636
37- #### Installing all packages
38-
39- Run
40-
41- ##### From the command line
37+ From the command line, go to the directory ` extensions/ql-vscode ` and run
4238
4339``` shell
4440npm install
4541```
4642
47- from the directory ` extensions/ql-vscode ` .
43+ ### Building the extension
4844
49- #### Building
45+ From the command line, go to the directory ` extensions/ql-vscode ` and run
5046
5147``` shell
52- gulp
48+ npm run build
5349```
5450
55- ##### From VS Code
56-
57- ` Terminal > Run Build Task... ` (or just ` Ctrl+Shift+B ` with the default key bindings)
51+ Alternatively, you can build the extension within VS Code via ` Terminal > Run Build Task... ` (or ` Ctrl+Shift+B ` with the default key bindings).
5852
5953### Installing
6054
You can’t perform that action at this time.
0 commit comments