Closed elringus closed 2 years ago
I got same problems too, just move to M1 in this week ðŸ˜
I'm not entirely sure, but judging by https://github.com/dotnet/runtime/issues/43313 Microsoft won't be supporting arm-based mac devices on .NET 3.1 or .NET 5 and recommend using Rosetta 2 emulation for such cases, while native support is planned for .NET 6 (which is currently in preview). We'll probably move the IDE extension to .NET 6 at some point, but until that arm mac users will probably have to use the emulators.
Should be resolved with extension v1.6.0, as it's now built with .NET 6.
Caused by Microsoft not supporting mac arm architecture on .NET 3.1 or .NET 5.
Use Rosetta 2 emulation until we migrate the IDE extension to .NET 6.
Associated issue: https://github.com/dotnet/vscode-dotnet-runtime/issues/201