File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,11 @@ TypeScript errors and warnings will be displayed in the `PROBLEMS` panel of Visu
27
27
### Run dev build and validate your changes
28
28
29
29
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 `
31
31
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.
33
35
34
36
### Pull requests
35
37
You can’t perform that action at this time.
0 commit comments