Skip to content

Commit a62ab18

Browse files
authored
Update docs for extension development (#331)
1 parent 2af6fe8 commit a62ab18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DEVELOPING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ point to the binary.
1717
```bash
1818
$ cd vscode-clangd
1919
$ npm install
20-
$ code .
21-
# When VSCode starts, press <F5>.
20+
$ npm run compile # it runs in watch mode, so you can hit ctrl^c.
21+
$ code . --extensionDevelopmentPath=$PWD
2222
```
2323

2424
# Contributing

0 commit comments

Comments
 (0)