Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.dev.md #1214

Merged
merged 1 commit into from
Feb 27, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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