Skip to content

Commit 30dfff8

Browse files
committed
add x64 macOS installation
1 parent 51e6739 commit 30dfff8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

articles/azure-resource-manager/bicep/installation-troubleshooting.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,19 @@ To solve the problem, you can manually install .NET from the [.NET website](http
3737

3838
**macOS**
3939

40+
If you need an **x64** installation, use:
41+
42+
```json
43+
"dotnetAcquisitionExtension.existingDotnetPath": [
44+
{
45+
"extensionId": "ms-azuretools.vscode-bicep",
46+
"path": "/usr/local/share/dotnet/x64/dotnet"
47+
}
48+
]
49+
```
50+
51+
For other **macOS** installations, use:
52+
4053
```json
4154
"dotnetAcquisitionExtension.existingDotnetPath": [
4255
{

0 commit comments

Comments
 (0)