magic-k
magic-k
The simplest way is the following. Create a 32bit chroot with `sudo sh ./crouton -t xiwi -a armhf -n code-oss-chroot` The download the apt.sh script from headmeltet and change ```...
Arm (32bit) works out of the box. Arm64 works since the electron2.0 integration but needs some patches. I track vscode on an local repo on my chromebook. It compiles without...
As the current build fails for more than two months now, is it simply lack of time or is there a show stopper?
try with --disable-gpu
electron 1.8.0 beta with arm64 support has been released. https://github.com/electron/electron/releases/tag/v1.8.0 We're getting closer :-)
Funny, at first that IP gave me also an cerificate error but on second try i got directly to marketplace.visualstudio.com with a green https.
I was able to build vscode in an 64 bit chroot on my arm64 chromebook. Runs out of the box with current master.
Didn't build a .deb yet. I would wait for the 1.26 release that is imminent. That release contains the necessary electron2.x integration. The arm builds were always quite stable though.
Iteration plan: https://github.com/Microsoft/vscode/issues/53850 They are a bit behind schedule-
I managed to install vscode on my R13 without any problems. The trick was, to simply add "-a armhf" to the crouton line in the chromebook.sh script. That installs an...