Skip to content

Commit 113cc4f

Browse files
authored
Updated debugging information
1 parent 22aecc2 commit 113cc4f

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

Debugging.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,21 @@ In the terminal type the following lines:
77
```
88
npm install -g vsce
99
npm install
10-
```
10+
```
11+
12+
13+
## Building
14+
15+
Run the following script to build the extension
16+
```cmd
17+
npm run compile
18+
```
19+
20+
## Local Running the plugin
21+
22+
In vscode, goto `Run and Debug`
23+
- Make sure the plugin has been built
24+
- Select: `Client + Server (vscode-plugin)`
25+
- And press play
26+
27+
A new windows with only the this plugin should be running, you can select other workspace to test against, but you probally need to restart the session

0 commit comments

Comments
 (0)