I need it for web development and things like node JS and maybe support for JS and HTML syntax and highlight might be missing
Does the kinda in software store work like in windows?
I managed to secure the installation with a TIMESHIFT backup, so now I think I’m safer…
Maybe someone who manages the site knows, I’m pretty sure that we got at least a web dev here who might find the answer(I got it, vs codium) , but what about the rest of software?
Node JS has many packages if I were to search it with pacman -Ss
No clue, since i don’t use this editor…But i assume you’d likely need nodejs installed.
pacman -Ss nodejs
See here, it will list all available stuff, there’s few versions of LTS and latest package of nodejs, how to get it working in vscodium - you’d have to ask it’s user.
Should be something like:
sudo pacman -Syu nodejs npm
P.S. And remember kids…npm is a very dangerous place!
I install vscode from the tarball (Download Visual Studio Code - Mac, Linux, Windows). The version in the official extra repo is crippled (i.e., does not support development over ssh). And I shun AUR (especially complex apps like this) per System maintenance - ArchWiki. I create/install a .desktop file for VSCode (or you can just use your menu editor) which a one-time step if you extract into a directory of the same name each time you update. VSCode is also available as a snap (however I don’t do snaps, but you may), but not as flatpak unfortunately.
download the right tarball (e.g., “code-stable-x64-1707296849.tar.gz”) into a directory that you will remember and safe from removal (e.g., I use ~/.my-apps/VSCode.d).
extract the archive using something like: tar xvf code*.tar.gz (it should put it in a directory like VSCode-linux-x64) … alternatively, you can usually right-click in your file manager to extract the tarball.
in that directory, there is an executable called code. Use your menu editor to add that file to your GUI menu (and add the icon in resources/app/resources/linux/code.png) … alternatively, create a .desktop file (find instructions on the web).
The code in the Arch repos is the tracking free version, so the direct install is the simplest. Sill has access to a good mix of add-ons, and no as-yet discovered downside. I’ve even got a conky/lua syntax setup!
BTW - it is my understanding (not checked) that even if you for some reason grab a direct MS version, that the tracking can be turned off. I’m still happier with the Arch version though…