Using extendscript on Apple Silicon device
I have not used indesign scipt much lately but have now started a project where I need it. Last I used it I could simply edit a script by right clicking it in InDesign and select edit script. That brought me to a debugger which I could use. After changing computer to a M1 Mac things are different and nothing seems to work. I have Visual Studio Code with the ExtendScript Debugger but I can't get it to work. I get this error message when I try to debug:
Couldn't find a debug adapter descriptor for debug type 'extendscript-debug' (extension might have failed to activate)
I have created a launch.json file but I don't know what to put in it and cant find the info anywhere. Also this extension says it won't work with Apple Silicon devices. There's another extendscript extension that I also tried but I have the same issue as before.
Any advice? I'm looking for the simplest solution possible. If there is something more straightforward than Visual Studio I'd gladly try that. I'm not a programmer so I'm not using most of its features. I just need an interface to edit scripts and do simple debugging.
