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

Open an arbitrary file in its default app, or the app you want.

Results 9 vscode-open-in-application issues
Sort by recently updated
recently updated
newest added

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...

bug
needs more info

C:\Users\heartacker\AppData\Local\Programs\draw.io\draw.io.exe

needs more info

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...

enhancement

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...

enhancement
missing api

Please, support the possibility to open-in-application from a selected path in the editor.

enhancement

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":...

bug
help wanted

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...

enhancement

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...