Skip to content

Commit a9f0d14

Browse files
committed
Explain difference between the two launch configs
1 parent 347bad6 commit a9f0d14

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,11 @@ TypeScript errors and warnings will be displayed in the `PROBLEMS` panel of Visu
2727
### Run dev build and validate your changes
2828

2929
To test changes, open the `vscode-objectscript` folder in VSCode.
30-
Then, open the debug panel by clicking the `Run and Debug` icon on the Activity Bar, select the `Launch Extension` or `Launch Extension Alone`
30+
Then, open the debug panel by clicking the `Run and Debug` icon on the Activity Bar, select the `Launch Extension`
3131
option from the top menu, and click start. A new window will launch with the title
32-
`[Extension Development Host]`.
32+
`[Extension Development Host]`. Do your testing here.
33+
34+
If you want to disable all other extensions when testing in the Extension Development Host, choose the `Launch Extension Alone` option instead.
3335

3436
### Pull requests
3537

0 commit comments

Comments
 (0)