File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,22 +25,23 @@ contains a [vcpkg-configuration.json](./test-workspace/vcpkg-configuration.json)
2525 This assumes a `GITHUB_TOKEN` environment variable is exported in your environment. This needs
2626 to be a GitHub personal access token with the `read:packages` scope set on it.
2727
28- 3. Install NPM dependencies and build the TypeScript
28+ 3. Install NPM dependencies
2929
3030 ```sh
3131 npm install
3232 ```
3333
34- 4. In Visual Studio Code, press the F5 key to run the Desktop Extension run configuration, starting
35- the extension in debug mode. A new VS Code window will open with the extension loaded so it can
36- be used.
37-
38- 5. Build the extension.
34+ 4. Build the extension.
3935
4036 ```sh
4137 npm run build
4238 ```
4339
40+ 5. In Visual Studio Code, press the F5 key to run the Desktop Extension run configuration, starting
41+ the extension in debug mode. A new VS Code window will open with the extension loaded so it can
42+ be used.
43+
44+
4445## Run the tests
4546
4647### Unit tests
You can’t perform that action at this time.
0 commit comments