-
Notifications
You must be signed in to change notification settings - Fork 6
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
🐛 Nothing works on ARM windows #230
Comments
We don't currently support ARM Windows, but it seems like the extension is getting stuck somewhere before registering its commands with VSCode. Could you could you go to |
Ok, it looks like it's a problem with node-usb which depends on a natively-built library libusb, and I don't think they are planning to support Windows on ARM soon. I'll look into what we can do to resolve this issue, but don't expect much in the near future. |
Ok, thanks! |
Hey Dylan, I was able to get the extension to work on a Windows ARM virtual machine, but I wanted to make sure that it also works on your computer. Could you do the following?
Thanks! |
It seems to be working! I was able to install the toolchain, create a project and build it. |
the main functionality seems to work, the only thing i've found that doesn't work is the battery medic, and the side menu for some reason? There doesn't seem to be any error messages in the logs? It's not a big deal I just figured i'd let you know!
|
I was able to replicate the battery medic issue, not sure what's up about your missing icon in the activity bar, though. |
Let me know if you want me to test anything, but for my purposes it works just fine! Thanks for all your help :) |
Bug Description
The extension doesn't work. The commands show in the VSC command pallet but whenever I try to run a command like "create new project" I get this,
Platform
Windows 11 ARM
Steps to reproduce
The text was updated successfully, but these errors were encountered: