Skip to content

Commit 199baa6

Browse files
committed
added note about intellisense not appearing
1 parent 3cf1de2 commit 199baa6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Create Bicep files - Visual Studio Code
33
description: Use Visual Studio Code and the Bicep extension to Bicep files for deploy Azure resources
4-
ms.date: 07/30/2021
4+
ms.date: 10/01/2021
55
ms.topic: quickstart
66
ms.custom: devx-track-azurepowershell
77

@@ -29,6 +29,9 @@ In *main.bicep*, type **vnet**. Select **res-vnet** from the list, and then Tab
2929

3030
:::image type="content" source="./media/quickstart-create-bicep-use-visual-studio-code/add-snippet.png" alt-text="Add snippet for virtual network":::
3131

32+
> [!TIP]
33+
> If you don't see those intellisense options in VS Code, make sure you've installed the Bicep extension as specified in [Prerequisites](#prerequisites). If you have installed the extension, give the Bicep language service some time to start after opening your Bicep file. It usually starts quickly, but you will not have intellisense options until it starts. A notification in the lower right corner indicate that the service is starting.
34+
3235
Your Bicep file now contains the following code:
3336

3437
```bicep

0 commit comments

Comments
 (0)