VSCode-Adobe-Script-Runner icon indicating copy to clipboard operation
VSCode-Adobe-Script-Runner copied to clipboard

Add support for .idjs file extension

Open mattnovelli opened this issue 2 years ago • 1 comments

Would be nice if this extension could also send over .idjs files (InDesign JS) instead of just .jsx. Thanks for such a nice tool!

From the adobe docs:

Remember that an idjs file is a mere JavaScript file with a special extension to identify it as a UXP script for InDesign.

mattnovelli avatar Sep 18 '23 21:09 mattnovelli

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.

image

rendertom avatar Dec 07 '24 11:12 rendertom