vscode-open-in-application
vscode-open-in-application copied to clipboard
Open Images in Affinity Photo
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 that but I can not make it work. I tried for example "png": "Affinity Photo"
or
"openInApplication.applications": {
"png": "C:\\Program Files\\Affinity\\Photo 2\\Photo.exe",
"jpg": "C:\\Program Files\\Affinity\\Photo 2\\Photo.exe"
},
(and other similar ways) but nothing works. It opens the default Windows image viewer Windows Photos so it seams to parse words like "photo" anywhere in the string like this Windows app. Any ideas how to achieve opening in Affinity Photo?