forked from microsoft/vscode-js-debug
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
48de86f
commit 909e4f1
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ contact [[email protected]](mailto:[email protected]) with any additio | |
|
||
## Development | ||
|
||
For basic development of the extension, you can run: | ||
For basic development of the extension you will need the [nightly extension](https://github.com/microsoft/vscode-js-debug#nightly-extension) locally, and you can then: | ||
|
||
1. Clone the repo and run `npm install` | ||
2. Run `npm run watch` in a terminal. This will compile and watch for changes in sources. | ||
|