vscode-open-in-application
vscode-open-in-application copied to clipboard
Open an arbitrary file in its default app, or the app you want.
I am on Windows. When I use just `"png": "Photoshop"`, it opens the image in Photoshop. Now, I switched to Affinity Photo and I would like to open images in...
Thanks for your extension On linux systems, any file can be open with the system default application using the command `xdg-open` For example in Fedora, `xdg-open example.pdf` will use evince...
C:\Users\heartacker\AppData\Local\Programs\draw.io\draw.io.exe
In WSL remote, this extension will not open the default windows application. I suspect this is because of "wrong" paths, but there must be a simple fix. I think so...
It would be awesome if I wouldn't always have to right click and open in application but could just click on the file and it would always open in the...
Please, support the possibility to open-in-application from a selected path in the editor.
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":...
Another thing that I think might be useful is the ability to set command line arguments Applications have various cmd arguments that can be useful, such as private mode in...
It would be nice to set a default application for opening things. My use case is opening files or folders in my file explorer of choice (Nimble Commander) and not...