VSCode-Adobe-Script-Runner
VSCode-Adobe-Script-Runner copied to clipboard
Add support for .idjs file extension
Would be nice if this extension could also send over .idjs files (InDesign JS) instead of just .jsx. Thanks for such a nice tool!
Remember that an idjs file is a mere JavaScript file with a special extension to identify it as a UXP script for InDesign.
Extension does not care about file extension you are executing. You can execute any file you like. At least that's the case when executing in AE.
If you still have issues, you could try tinkering around with the execution commands (darwin or win32) inside the /Users/YOUR_USER/.vscode/extensions/rendertom.adobe-script-runner-0.6.0/lib/hostApps.js file.