Created
July 17, 2018 17:23
-
-
Save caiofcm/900054d9df15dec42a869d096e0eee34 to your computer and use it in GitHub Desktop.
Some Linux related code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Create Visual Studio Code right click shortcut to open a folder in Nemo | |
| [Nemo Action] | |
| Name=Open in VS Code | |
| Comment=Open Folder in VS Code | |
| Quote=double | |
| Exec=code %P | |
| Selection = any | |
| Extensions=dir; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment