Glam Prestige Journal

Bright entertainment trends with youth appeal.

I am trying to change the FileZilla filetype association and set vscode as default for any filetype. I couldn't find installed application path or executable file to give a path. How do I make vscode the default executable for all filetypes?

4

3 Answers

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.

2

I wasn't able to find it using

which code

I was able to find it using

whereis code

This is running PopOS 20.04

If you used snap to install it, then it will be at /snap/bin/code, but if you didn't use snap or did not find it there, then just execute this command:-

which code

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy