Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Visual Studio Extension is not working on ARM processor. #3279

Closed
4 tasks done
GFlisch opened this issue May 6, 2024 · 1 comment · Fixed by #3461
Closed
4 tasks done

[Bug]: Visual Studio Extension is not working on ARM processor. #3279

GFlisch opened this issue May 6, 2024 · 1 comment · Fixed by #3461
Assignees
Labels
bug Something isn't working ide Issues for VS, VSCode, Monaco, etc. triaged:core
Milestone

Comments

@GFlisch
Copy link

GFlisch commented May 6, 2024

Describe the bug

It is not possible to use the extension on Microsoft Visual Studio Professional 2022 (ARM 64-bit).
I am also author of a Visual Studio Extension and this is working fine on all versions of Visual Studio.

Do you have a reason to not support the ARM version of Visual Studio 2022?

Reproduction

On a ARM PC, try to install TypeSpec via the link: https://marketplace.visualstudio.com/items?itemName=typespec.typespecvs

Checklist

@timotheeguerin
Copy link
Member

timotheeguerin commented May 6, 2024

I don't think there is any reason as much as we never explicitly done any work or got complain about it until now.
Seems from this blog this was added after we made the initial extension too so probably never revisited.

Blog above shows the instructions and seems quite simple to add support

more docs https://learn.microsoft.com/en-us/visualstudio/extensibility/arm64/target-arm64-visual-studio-extension?view=vs-2022

@markcowl markcowl added this to the [2024] June milestone May 7, 2024
@markcowl markcowl added ide Issues for VS, VSCode, Monaco, etc. triaged:core and removed needs-area labels May 7, 2024
@RodgeFu RodgeFu self-assigned this May 24, 2024
github-merge-queue bot pushed a commit that referenced this issue Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ide Issues for VS, VSCode, Monaco, etc. triaged:core
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants