How to find vscode installed path in ubuntu
By default, the executable is /usr/bin/code
If for some reason it was installed in a different directory, from a terminal type:
which code
And it will tell you the path to the executable.
By default, the executable is /usr/bin/code
If for some reason it was installed in a different directory, from a terminal type:
which code
And it will tell you the path to the executable.