Skip to content

Commit cb410b6

Browse files
committed
correct build/run steps
1 parent eef3f74 commit cb410b6

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

DEVELOPMENT.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)