vscode-open-in-application icon indicating copy to clipboard operation
vscode-open-in-application copied to clipboard

Support `*.desktop` applications

Open AnnyCaroline opened this issue 6 years ago • 6 comments

Hi,

I have a app.desktop file that receives a file as input. It is not installed (i.e. located in /usr/share/applications or ~/.local/share/applications). My current configuration is:

"openInApplication.applictions": {
    "txt": ["/home/user/Desktop/run/app.desktop", "other app"]
} 

But when I try to open a file using "Open in Application" simply don't work. How can I use "Open in Application" with .desktop files, them?

AnnyCaroline avatar Aug 16 '18 21:08 AnnyCaroline