11-04-2019, 10:57 PM
Looks like older builds of the headmelted vscode build do work.
They are so old i hesitate to recommend using them, but this is what you need to get it going.
I'm on Ubuntu mate, so ymmv
They are so old i hesitate to recommend using them, but this is what you need to get it going.
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
I'm on Ubuntu mate, so ymmv