HI,
hopefully someone can help me. Unfortunately I can't start vscode normally via code . in the terminal. I installed it via the normal repo. which codedoes it not find either?

BTW: Solus rocks 😃 .I am really happy to finally switch to solus!

    robb3

    code-oss

    If you want to, you can create a alias by adding the following line to your ~/.bashrc

    alias vscode="code-oss"

    An then running the following to reload the config:
    source ~/.bashrc

    Now vscode will work as expected.

    Nice, thanks a lot! You saved my evening. And probably still some hours tomorrow morning 😂

    5 years later

    Work for me!
    sudo ln -s /usr/bin/code-oss //usr/bin/code