Haven't been able to get it working. (OSx, VSC 1.33.1, 1.0.1 plugin) Uninstalled and reinstalled the plugin 1) The setup instructions don't work -- when I click the plugin gear I get { // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "type": "node", "request": "launch", "name": "Launch Program", "program": "${file}" } ] } Which is not what the instructions say should be there. I replace that with the contents from the install instruction == try to run -- and get Can’t start a session without an active target and engine. Select an active target and engine before trying again. I add "targetSpecifier": "inDesign-14.0-ME", "engineName":"main", and it starts ID And gives an error: TypeError: Cannot read property 'label' of undefined I've been running scripts from inside ID and getting the $.writeln output in the ESTK for now -- but want to get it working.
... View more