04-28-2020, 05:32 AM
(11-05-2019, 11:09 AM)electriccrowbar Wrote:(11-04-2019, 08:48 PM)xircledev Wrote: Thanks for the input everyone. I'm going to work on it tonight. Fingers crossed.
I was able to get an older version running in another thread:
https://forum.pine64.org/showthread.php?...5#pid51655
Code:# Install package cloud repo
curl -s https://packagecloud.io/install/repositories/headmelted/codebuilds/script.deb.sh | sudo bash
# Install code-oss
sudo apt install code-oss=1.29.0-1539702286
# Prevent upgrade
sudo apt-mark hold code-oss
Having used this workaround for several months, I decided to try the latest version of headmelted's code-oss on my Ubuntu Mate Pinebook Pro.
I am now running code-oss version 1.45.0-1586135927 (armhf) and all seems to be working fine.