Skip to content

Commit 70de418

Browse files
committed
update
1 parent 237a3b2 commit 70de418

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
49.1 KB
Loading

articles/azure-resource-manager/bicep/visual-studio-code.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To set up your environment for Bicep development, see [Install Bicep tools](inst
1717

1818
Visual Studio Code comes with several Bicep commands.
1919

20-
Open or create a Bicep file in VS Code, select the **View** menu and then select **Command Palette**. You can also use the key combination <kbd>Ctrl+Shift+P</kbd> to bring up the command palette. Type **Bicep** to list the Bicep commands.
20+
Open or create a Bicep file in VS Code, select the **View** menu and then select **Command Palette**. You can also use **F1** or the key combination <kbd>Ctrl+Shift+P</kbd> to bring up the command palette. Type **Bicep** to list the Bicep commands.
2121

2222
:::image type="content" source="./media/visual-studio-code/visual-studio-code-bicep-commands.png" alt-text="Screenshot of Visual Studio Code Bicep commands in the command palette.":::
2323

@@ -132,7 +132,7 @@ To enable the feature:
132132

133133
1. In Visual Studio Code, select **Manage** (gear icon) in the side menu. Select **Settings**. You can also use <kbd>Ctrl+,</kbd> to open settings.
134134
1. Expand **Extensions** and then select **Bicep**.
135-
1. Select **Decompile on Paste** and **Enable paste as Bicep**.
135+
1. Select **Decompile on Paste**.
136136

137137
:::image type="content" source="./media/visual-studio-code/enable-paste-json.png" alt-text="Screenshot of Visual Studio Code Paste as Bicep.":::
138138

@@ -196,7 +196,7 @@ And, paste the following JSON:
196196

197197
Visual Studio Code automatically converts the JSON to Bicep. Notice that you also need to add the parameter named `batchAccountName`.
198198

199-
You can undo the decompilation by using <kbd>Ctrl+Z</kbd>.
199+
You can undo the decompilation by using <kbd>Ctrl+Z</kbd>. The original JSON appears in the file.
200200

201201
## Next steps
202202

0 commit comments

Comments
 (0)