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

Open Images in Affinity Photo

Open lukastom opened this issue 10 months ago • 0 comments

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?

lukastom avatar Apr 21 '24 13:04 lukastom