flathub / com.visualstudio.code-oss

https://flathub.org/apps/details/com.visualstudio.code-oss
21 stars 8 forks source link

Command line interface missing #95

Open marvinroman opened 2 years ago

marvinroman commented 2 years ago

After installing the Flatpak version the code cli tool is missing and I am not finding instructions on how it can be installed?

husim0 commented 2 years ago

Hello,

flatpak run com.visualstudio.code-oss

You can create an alias in your ~/.bashrc :

alias code="flatpak run com.visualstudio.code-oss"