DEV Community

özkan pakdil
özkan pakdil

Posted on • Originally published at ozkanpakdil.github.io on

Add `open with vscode` into context menu in linux mint

Add code below to ~/.local/share/nemo/actions/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;

Enter fullscreen mode Exit fullscreen mode

Then in files go to folder you want to open with VScode then right click and choose open in VS Code.

Top comments (1)

Collapse
 
carlos_alvarado_a141d2eb5 profile image
Carlos Alvarado

Perfect, thank you very much..