10-09-2020, 04:03 PM
(This post was last modified: 10-09-2020, 04:22 PM by Dendrocalamus64.)
(10-09-2020, 03:00 PM)motezart Wrote: I tried to use vscodium https://github.com/VSCodium/vscodium which I then go to https://aur.archlinux.org/packages/vscodium-bin/. But there are no instructions on how to run this. What do I do?
Just how you tried to do it before?
https://wiki.manjaro.org/index.php/Arch_...UR_by_hand
$ git clone https://aur.archlinux.org/vscodium-bin.git
$ cd vscodium-bin
$ makepkg -si
(I did makepkg -s and then installed it,
$ sudo pacman -U vscodium-bin-1.50.0-1-aarch64.pkg.tar.xz)
Then VSCodium shows up under Xfce's application menu in the Development section and seems to run. Or invoke as vscodium from the command line.