VSC launch.json question...
Hi Everyone,
Please can someone point me in the right direction.
I'm currently doing some script work for InDesign.
I have placed the launch.json in the same folder as the jsx file and it looks like this...
{
// 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": "extendscript-debug",
"request": "attach",
"name": "Attach Indesign",
"hostAppSpecifier": "indesign-18.064",
"engineName": "main",
"hiddenTypes": [
"builtin",
],
},
{
"type": "extendscript-debug",
"request": "launch",
"name": "Attach Indesign",
"hostAppSpecifier": "indesign-18.064",
"engineName": "main",
"hiddenTypes": [
"builtin",
],
}
]
}
When come to execute the script VSC still asks for launch or attach.
I'm then asked to select the Host Application and after that the Extendscript Engine.
Is my launch.json set up incorrect?
Thanks.
