You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -27,6 +27,45 @@ To verify you've installed the extension, open any file with the `.bicep` file e
27
27
28
28
:::image type="content" source="./media/install/language-mode.png" alt-text="Bicep language mode":::
29
29
30
+
### Troubleshoot
31
+
32
+
When installing the Bicep extension for Visual Studio Code, you may run into the following error messages:
33
+
34
+
```error
35
+
Failed to install .NET runtime v5.0
36
+
```
37
+
38
+
```error
39
+
Failed to download .NET 5.0.x ....... Error!
40
+
```
41
+
42
+
To solve the problem, you can manually install .NET from the [.NET website](https://aka.ms/dotnet-core-download), and then configure Visual Studio Code to reuse an existing installation of .NET. with the following settings:
See [User and Workspace Settings](https://code.visualstudio.com/docs/getstarted/settings) for configuring Visual Studio Code settings.
68
+
30
69
## Deployment environment
31
70
32
71
After setting up your development environment, you need to install the tools for your deployment environment. To set up a local deployment environment, install the Bicep CLI with [Azure CLI](#azure-cli) or [Azure PowerShell](#azure-powershell). Those steps are shown in the next sections.
0 commit comments