microsoft / vscode-azurelogicapps

Visual Studio Code extension for Azure Logic Apps (Consumption)
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-logicapps
MIT License
42 stars 28 forks source link

Cannot get extension to run on M1 Mac #243

Closed yobyot closed 2 years ago

yobyot commented 2 years ago

On an M1 Mac, every time I try to create a project with a new Logic App, I receive the following error:

You must have the [.NET Core SDK](https://aka.ms/AA4ac70) installed to perform this operation. See [here](https://aka.ms/AA1tpij) for supported versions.

This link takes you to the requirements for the Functions extension, which works fine.

Here's the output of dotnet --list-sdks from the /users/local/share/dotnet/x64 directory:

1:47:16 PM callisto /usr/local/share/dotnet/x64> arch
i386
1:47:18 PM callisto /usr/local/share/dotnet/x64> ./dotnet --list-sdks
3.1.417 [/usr/local/share/dotnet/x64/sdk]
5.0.406 [/usr/local/share/dotnet/x64/sdk]
6.0.201 [/usr/local/share/dotnet/x64/sdk]
1:47:27 PM callisto /usr/local/share/dotnet/x64>

Here's the output of dotnet --list-sdks from `/user/local/share/dotnet' (the ARM directory):

1:49:17 PM callisto /usr/local/share/dotnet> arch
arm64
1:49:19 PM callisto /usr/local/share/dotnet> dotnet --list-sdks
6.0.201 [/usr/local/share/dotnet/sdk]
1:49:30 PM callisto /usr/local/share/dotnet>

I've tried:

Does anyone have any suggestions of what I might have missed or workarounds?

joechung-msft commented 2 years ago

Is this for the Standard or Consumption extension? If you're talking about Standard, please visit https://github.com/Azure/logicapps/issues to file an issue.

yobyot commented 2 years ago

Thanks, @joechung-msft. Will do.