Skip to content

Commit a80d54c

Browse files
committed
Cover vscode problems pane
1 parent ae1a711 commit a80d54c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
35.9 KB
Loading

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Create Bicep files by using Visual Studio Code
33
description: Describes how to create Bicep files by using Visual Studio Code
44
ms.topic: how-to
55
ms.custom: devx-track-bicep
6-
ms.date: 05/10/2024
6+
ms.date: 07/18/2024
77
---
88

99
# Create Bicep files by using Visual Studio Code
@@ -195,6 +195,14 @@ Visual Studio Code automatically converts the JSON to Bicep. Notice that you als
195195

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

198+
## Troubleshoot
199+
200+
The `Problems` pane summarize the errors and warnning in your Bicep file.
201+
202+
:::image type="content" source="./media/visual-studio-code/visual-studio-code-bicep-problems-pane.png" alt-text="Screenshot of Visual Studio Code Bicep problems pane.":::
203+
204+
For the list of error/warning codes, see [Bicep error/warning codes](./bicep-error-codes.md).
205+
198206
## Next steps
199207

200208
To walk through a quickstart, see [Quickstart: Create Bicep files with Visual Studio Code](./quickstart-create-bicep-use-visual-studio-code.md).

0 commit comments

Comments
 (0)