Skip to content

Commit

Permalink
Update README.dev.md (#1214)
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenWeatherford authored Feb 27, 2021
1 parent ff9680b commit 84dea45
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ A JSON language extension to support Azure Resource Manager deployment templates
* [Install node.js](https://nodejs.org/en) [v5.5.0 or Higher]

* To **build** this extension from the command line, run `npm run build`.
* To run this extension's **unit tests** from the command line, run `npm test`.
* To create a VSCode .vsix package for this extension, run `vsce package` (after `npm install -g vsce` if needed)
* The language server is not open source, you will need to set the `azureResourceManagerTools.languageServer.path` setting in vscode (after F5'ing) to the location of the language server in an existing installed instance of the extension).
* To run this extension's **tests** from the command line, run `npm test`.
* To create a VSCode .vsix package for this extension, run `npm install -g vsce` and then 'npm run package' (this will not package the language server)
* To debug this extension, open in vscode, and run the "Launch Extension" configuration

## Related Links
Expand Down

0 comments on commit 84dea45

Please sign in to comment.