Skip to content

Commit d7098d3

Browse files
committed
Add vscode format document command
1 parent f2fb838 commit d7098d3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

articles/azure-resource-manager/bicep/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@
387387
- name: Best practices
388388
href: best-practices.md
389389
- name: Visual Studio Code
390-
displayName: vscode,vs code
390+
displayName: vscode,vs code,deployment pane
391391
href: visual-studio-code.md
392392
- name: Private module registry
393393
href: private-module-registry.md

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Create Bicep files with Visual Studio Code
33
description: Learn how to use Visual Studio Code to create Bicep files.
44
ms.topic: how-to
5-
ms.date: 03/21/2025
5+
ms.date: 03/25/2025
66
ms.custom: devx-track-bicep
77
---
88

@@ -49,6 +49,8 @@ And when you right-click a JSON file:
4949

5050
To learn more about the commands in this article, see [Bicep CLI commands](./bicep-cli.md).
5151

52+
In addition to the Bicep commands, you can also use the built-in VS Code commands, such as `Format Documents`, or <kbd>Shift</kbd>+<kbd>Alt</kbd>+<kbd>F</kbd>.
53+
5254
### Build ARM Template command
5355

5456
The `build` command converts a Bicep file to a JSON ARM template. The new template is stored in the same folder with the same file name. If a file with the same file name exists, it overwrites the old file. See [build](./bicep-cli.md#build) for an example and more information.

0 commit comments

Comments
 (0)