I started to use VSCODIUM instead VSCODE cause i want to open source code from my workspace
VSCODIUM is good but i want to start it from terminal, or better, from my file manage "Dolphin"
I searched and o found that the step to start VSCODIUM from terminal is like VSCODE, then:
codium .
but it does not work
flatpak run com.vscodium.codium
– Antediluvianalias codium="flatpak run com.vscodium.codium"
to ~/.bashrc. Then you can runcodium .
in the terminal and it should work as you expect. For more details you can read this article or any other article on the topic: linuxize.com/post/how-to-create-bash-aliases – Antediluvian