VSCode-Adobe-Script-Runner
VSCode-Adobe-Script-Runner copied to clipboard
Run Adobe scripts from VSCode
I'm trying to figure out if it's possible to trigger a script from Node.js using Adobe Script Runner?
I tried this extension again and believe i had it working fpr AE. Today tried it again and launching it didnt do anything with PS 2018cc, then checked settings and...
Hi, thank you for this wonderful extension ! I'm trying to replace the "Extendscript debugger" extension with yours, because I like the fact that yours does not bring the app...
I am having trouble running this extension on a M3 Macbook Pro. - The readMe link to the [vsCode extension](https://marketplace.visualstudio.com/items?itemName=renderTom.adobe-script-runner) takes me to a 404 page - It works on...
I don't know if it's available for windows 11 but i tried and at the command pallete it didn't recognize "Adobe after effects". Is this code supported for windows11?
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](https://developer.adobe.com/indesign/uxp/scripts/getting-started/): > Remember...
Hi, looks like this extension is no longer included on the vscode extension store. When I try the drag-and-drop instructions, the extension gets marked as obsolete and refuses to install....
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
In https://github.com/rendertom/VSCode-Adobe-Script-Runner/blob/master/lib/hostApps.js you use the '-r' key (win32: `"{appExe}" -r {scriptFile}`) What is this key for? It seems that the script runs perfectly without a key.