Simplify VS Code snippets instructions
This commit is contained in:
Родитель
2606d19169
Коммит
6ed35a1461
|
@ -15,10 +15,8 @@ See [Authoring Azure Resource Manager Templates](https://azure.microsoft.com/en-
|
|||
* [Visual Studio Code](https://code.visualstudio.com/Download)
|
||||
|
||||
## Configure Visual Studio Code to Use the JSON Snippets
|
||||
* Launch Visual Studio Code.
|
||||
* Navigate to `File > Open File` and open **VSCode\armsnippets.json**
|
||||
* Copy its contents to the clipboard.
|
||||
* Navigate to `File > Preferences > User Snippets > JSON`.
|
||||
* Copy the contents of **VSCode\armsnippets.json** to the clipboard
|
||||
* In Visual Studio Code, navigate to `File > Preferences > User Snippets > JSON`.
|
||||
* Append (paste) the contents of **VSCode\armsnippets.json** into your user snippets file before the final **"}"**.
|
||||
* Save and close the user snippets file.
|
||||
|
||||
|
@ -46,4 +44,4 @@ See [Authoring Azure Resource Manager Templates](https://azure.microsoft.com/en-
|
|||
* Run the bash Script: `Bash/azure-rg-deploy.sh -f Bash/LinuxVirtualMachineSample.json -l <Azure Region>`.
|
||||
|
||||
## Feedback
|
||||
If you have any feedback on this example, please file an issue in the [Issues](https://github.com/Azure/azure-xplat-arm-tooling/issues) section of this project.
|
||||
If you have any feedback on this example, please file an issue in the [Issues](https://github.com/Azure/azure-xplat-arm-tooling/issues) section of this project.
|
||||
|
|
Загрузка…
Ссылка в новой задаче