I want to know is there a way to add an option "Open in VS Code" for Right Clicking a folder in Ubuntu 20 (Focal Fossa). I know its possible for a file using Nautilus but is it possible for a folder?
Asked
Active
Viewed 1,251 times
1
1 Answers
0
Add inode/directory;
to the .desktop
launcher of the application to have it also appear in the right-click "Open with other application" item for a folder.

vanadium
- 88,010
20.04
, you can use thefilemanager-actions
package. Check the following answer for more details https://askubuntu.com/a/1257070/8698. This package seems to have been removed from later versions with no replacements. I did find a project on GitHub that is supposed to be a replacement for it. I offer no guarantees, however, as I've never used it myself and I've just found it after searching for it for this question. – Dan Jul 21 '22 at 08:37