robb3 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!
Harvey 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.