Una alternativa 100% open source a MS-VSCode
Manjaro:
https://www.linuxcapable.com/how-to-install-vscodium-on-manjaro-linux/
How to install for Debian/Ubuntu/Linux Mint
Recommended option 1
Add my key:
wget -qO - https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg | gpg --dearmor | sudo dd of=/etc/apt/trusted.gpg.d/vscodium-archive-keyring.gpg
Add the repository:
echo 'deb [signed-by=/etc/apt/trusted.gpg.d/vscodium-archive-keyring.gpg] https://paulcarroty.gitlab.io/vscodium-deb-rpm-repo/debs/ vscodium main' | sudo tee /etc/apt/sources.list.d/vscodium.list
Update then install vscodium:
sudo apt update
sudo apt install codium
Then search for codium
and run it (e.g. the Activities menu from the Gnome Panel, or whatever else you use as your launcher or application manager).
Mas info: https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo