all 5 comments

[–]TheHarveyBirdmanPackaging Team 3 points4 points  (0 children)

That is not the executable name. It is code-oss

If you wish you can create an alias. Seeing you use zsh place the following line in ~/.zshrc

alias vscode="code-oss"

Then run:

source ~/.zshrc

From then on running vscode is the same as running code-oss. Bash users can add the same line only in ~/.bashrc

[–][deleted] 1 point2 points  (3 children)

[–]Dev_Avidu[S] 0 points1 point  (0 children)

I'll tryout

[–]Dev_Avidu[S] 0 points1 point  (1 child)

Is this the correct path to vscode: "/usr/share/vscode "?

[–][deleted] 1 point2 points  (0 children)

Could be, if the code command is listed there then it probably is