A JSON language extension to support Azure Resource Manager deployment templates and template language expressions.
-
Install node.js [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
(afternpm install -g vsce
if needed) -
To debug this extension, open in vscode, and run the "Launch Extension" configuration
See Extending VS Code for more information on how to create VS Code extensions.
See TypeScriptLang.org for more information on the TypeScript language.
See Authoring Azure Resource Manager Templates for more information on how to author Azure Resource Group Templates.
See Template Language Expressions for more information about how to use Template Language Expressions in your deployment templates.
See Azure CLI for more information about how to interact with Microsoft Azure from the command line.