Created
March 6, 2025 07:54
-
-
Save Kristjan-Reinsberg/9aea6e9a2a3a2d7a6f8e277f8eb7f77f to your computer and use it in GitHub Desktop.
LINUX mouse right click add vs 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
| # cd ~/.local/share/nemo/actions | |
| # touch vscode.nemo_action | |
| # nano vscode.nemo_action | |
| [Nemo Action] | |
| Name=Open in VS Code | |
| Comment=Open in VS Code | |
| Exec=code "%F" | |
| Icon-Name=visual-studio-code | |
| Selection=Any | |
| Extensions=dir; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment