Created
September 12, 2019 07:46
-
-
Save libertylocked/c5af832a0533006049e5dca56505815b to your computer and use it in GitHub Desktop.
Open folder in Code - OSS
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
[Nemo Action] | |
Name=Open folder in Code - OSS | |
Comment=Open current folder in Code - OSS | |
Icon-Name=vscode | |
Selection=any | |
Extensions=any | |
EscapeSpaces=true | |
Exec=/bin/sh -c "cd %P && code ." | |
Dependencies=code; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment