Skip to content
New issue

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

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

Already on GitHub? # to your account

Dracula Theme cannot be installed on Visual Studio 2022 on ARM64. #30

Closed
josteink opened this issue Oct 27, 2023 · 4 comments
Closed

Dracula Theme cannot be installed on Visual Studio 2022 on ARM64. #30

josteink opened this issue Oct 27, 2023 · 4 comments

Comments

@josteink
Copy link
Contributor

Windows 11 and Visual Studio 2022 now come in native ARM64 versions, which are popular in VMs on "Apple Silicon" MacBooks and Mac minis.

image

When trying to install Dracula in such an environment you get the following error:

image

I'm no VSIX export, but unless the theme contains native code, I'm going to assume this fails for no other reason than the VSIX manifest saying that it supports AMD64 only :)

image

Can someone update the VSIX and get ARM64 in there too? :)

@josteink
Copy link
Contributor Author

Editing the manifest file directly and replacing AMD64 with ARM64, I get this instead:

image

And after that installation actually succeeds 😄

@wbpayne22902
Copy link

I can verify this solution works on Visual Studio ARM64 17.7.6.

@josteink
Copy link
Contributor Author

I've added a PR to address this. Would be nice if someone could go mergey on it :)

@luxonauta
Copy link
Member

#32

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Development

No branches or pull requests

3 participants