vscode-open-in-application
vscode-open-in-application copied to clipboard
Support `*.desktop` applications
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?