-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
Produce official ARM and ARM64 builds #106289
Conversation
@joaomoreno it works perfectly on my ARM chromebook. I am even able to install Codespaces but I can't actually connect to any codespace:
(this might be the wrong repo to report in though) |
What about apk, is possible? |
Installed it on my pinebook pro (arm64) and so far it runs flawlessly. |
This PR adds linux ARM and ARM64 packages to package.json. It also updates platform to check for Linux architecture that have armv and aarch in the `uname -m` output then set them as arm or arm64. Also adds a couple of TODO's once the omnisharp extension is ready to run on the VS Code ARM/ARM64 builds. See microsoft/vscode#106289
I installed the armhf build on my HP Chromebook 14 G3 (tegra k1) and it runs nicely in crouton 🎉 , though I needed to start it from within an xterm running with xiwi as for some reason trying to start it directly from a shell using the xiwi command didn't allow it to connect to the chrome extension for crouton. This is running directly, without installing a X desktop. 🎉 |
I cant download from https://code.visualstudio.com/download |
Because 1.50 hasn't been released yet! Looks like the release date is the 13th of October, so you should be able to download a release build after then. Otherwise, use the links given above in #106289 (comment) to install an insider build. |
Fixes #1031
Fixes #6442