Hi Guys,
I couldn't find this anywhere else so I decided to post what I did. Hope it helps. This is not the legit, fully supported VS Code so use at your own risk I guess!
EDIT: if you get something like:
==> ERROR: Cannot find the fakeroot binary.
==> ERROR: Cannot find the strip binary required for object file stripping.
you need to install dev tools...
And that should be it! You can now open VS Code with command:
Happy coding.
I couldn't find this anywhere else so I decided to post what I did. Hope it helps. This is not the legit, fully supported VS Code so use at your own risk I guess!
Code:
git clone https://aur.archlinux.org/code-headmelted-bin.git
Code:
cd code-headmelted-bin
Code:
makepkg --install
==> ERROR: Cannot find the fakeroot binary.
==> ERROR: Cannot find the strip binary required for object file stripping.
you need to install dev tools...
Code:
sudo pacman -S base-devel
Code:
code-oss
Happy coding.