Skip to content

Instantly share code, notes, and snippets.

@jacobwills
Last active November 27, 2019 06:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jacobwills/6d2f71afdbe25e7950df6d85c37197cd to your computer and use it in GitHub Desktop.
Save jacobwills/6d2f71afdbe25e7950df6d85c37197cd to your computer and use it in GitHub Desktop.
Add secondary-click context menu to nemo for opening folder in VSCode. Create this file in ~/.local/share/nemo/actions
[Nemo Action]
Name=Open in VS Code
Comment=Open in VS Code
Exec=code -n "%F"
Icon-Name=visual-studio-code
Selection=Any
Extensions=dir;
@jacobwills
Copy link
Author

jacobwills commented Oct 11, 2019

You can find additional example configuration here and some Arch Wiki documentation here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment