@Erin F. has Version 2.0 been released? I will wait for the official release. When attempting to setup a new computer (Mac Studio Max) I am unable to "Target Illustrator CC 26". All of this is still voodo to me. I'm just lucky it's working on my old iMac. This is the "launch.json" I'm using on both machines. Works on iMac but Mac Studio does not allow me to target Illustrator. How do I target Illustrator? I am not seeing "Select the target application" option in the bottom right of the window. { "version": "0.2.0", "configurations": [ { "type": "extendscript-debug", "request": "launch", "name": "Illustrator", "program": "${file}", // "targetSpecifier": "illustrator-24.064", "targetSpecifier": "illustrator-26.064", "stopOnEntry": false }, ] }
... View more