Setup VSCode to debug for both Illustrator and Photoshop?
Until now I've only used VSCode with Illustrator. Now I'd like to debug ExtendScript for Photoshop in VSCode as well. If I simply choose "Photoshop" as the target and debug VSCode automatically tries to run the script in Illustrator. I've read I need to edit the "Launch.json" to make a "compound" section for "multi-target debugging". Does someone know how to do that?
This is the VSCode documentation. I don't make much sense of it:
https://code.visualstudio.com/Docs/editor/debugging#_multitarget-debugging
