microsoft / vscode-dotnettools

This is a feedback repository to capture issues logged for the C# Dev Kit and related extensions from Visual Studio Code
Other
226 stars 11 forks source link

[BUG] Not working on m1 #823

Open forestbaba opened 9 months ago

forestbaba commented 9 months ago

Describe the Issue

I've installed the c# dev kit on my M1 and a corresponding SDK, but i always get this error Try to use X64 based C# Dev Kit extension with ARM based SDK on an apple computer. This is not a supported scenario. Both C# Dev Kit and SDK should match the CPU architecture of the computer.

Steps To Reproduce

No response

Expected Behavior

No response

Environment Information

No response

lifengl commented 9 months ago

you might check whether the x64 binaries were installed in the extension folder (typically, it is under ~/.vscode/extensions/devkit-[platformName]), and the folder name would tell whether the correct binaries were installed.

if vs code keeps installing wrong binaries for you, it is likely a bug on vs code side.

webreidi commented 6 months ago

@forestbaba did you get the correct binaries installed and does C# Dev Kit now work for you?