Skip to content

Commit 06c9c33

Browse files
authored
Merge pull request #174256 from tfitzmac/1001qs
added note about intellisense not appearing
2 parents cb855f5 + 420d8a2 commit 06c9c33

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 indicates that the service is starting. When that notification disappears, the service is running.
34+
3235
Your Bicep file now contains the following code:
3336

3437
```bicep

0 commit comments

Comments
 (0)