Clean up build instructions

This commit is contained in:
Jason Reed
2020-07-22 13:05:13 -04:00
parent 762edd137c
commit 2b712827df

View File

@@ -32,29 +32,23 @@ Here are a few things you can do that will increase the likelihood of your pull
Make sure you have a fairly recent version of vscode (>1.32) and are using nodejs Make sure you have a fairly recent version of vscode (>1.32) and are using nodejs
version >=v10.13.0. (Tested on v10.15.1 and v10.16.0). version >=v10.13.0. (Tested on v10.15.1 and v10.16.0).
### Building ### Installing all packages
#### Installing all packages From the command line, go to the directory `extensions/ql-vscode` and run
Run
##### From the command line
```shell ```shell
npm install npm install
``` ```
from the directory `extensions/ql-vscode`. ### Building the extension
#### Building From the command line, go to the directory `extensions/ql-vscode` and run
```shell ```shell
gulp npm run build
``` ```
##### From VS Code Alternatively, you can build the extension within VS Code via `Terminal > Run Build Task...` (or `Ctrl+Shift+B` with the default key bindings).
`Terminal > Run Build Task...` (or just `Ctrl+Shift+B` with the default key bindings)
### Installing ### Installing