Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.24 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.24 KB

Dolphin: Open in VS Code

A context menu entry for Dolphin to open VS Code at the current location.

Works on the empty background or on a folder.

Download

Download from the KDE Store Download from GitHub

Manual Install

If not downloading from the KDE Store, install manually:

Move the file openVSCode.desktop into the Service Menus folder:

  • KDE Plasma 5: ~/.local/share/kservices5/ServiceMenus
  • KDE Plasma 6: ~/.local/share/kio/servicemenus

Set as executable:

chmod +x ./openVSCode.desktop

Customization

By default, the extension works on directories (i.e. inode/directory). If you prefer the extension to work on all file types, edit the file openVSCode.desktop by replacing the line MimeType=inode/directory with MimeType=all/all.

Screenshots