Copy link to clipboard
Copied
Adobe ExtendScript Debugger is written for intel chips.
Visual Studio Code offers installs for Apple Silicon, Intel, and Universal.
ExtendScript Debugger only works on the Intel and Universal versions of Visual Studio Code.
In the last couple of months the Intel and Universal builds of Visual Studo Code have become PAINFULLY slow when running on Apple Silicon and using Rosetta. 35 seconds to open a file, and 10 second lag between typing and seeing what you typed.
In the Visual Studio Code extensions browser, when you search for ExtendScript there is the Official Adobe version and another by a developer named "Ole Henrik Stabell". https://github.com/Hennamann/ExtendScript-for-Visual-Studio-Code https://exchange.adobe.com/publisher/cc/b4770ebd-df60-11e9-b101-0e91bb176a46/ole-henrik-stabell?page...
Has anyone used the Ole Henrik Stabell verson on Apple Silicon Macs? Does it work (mostly) the same as the official one? Is there any hope of Adobe ever getting with the program and supporting Apple Silicon?
Any information would be more than I have now.
Thanks all.
I found this post
https://community.adobe.com/t5/indesign-discussions/fr-native-apple-silicon-support-for-extendscript-debugger-in-vs-code/td-p/15286310
I had to sign up for Creative Cloud Developer Prerelease and was able to download extendscript-debug-2.1.0-rc1.vsix and it works.
Thanks Mark.
The marketplace listing for the ExtendScript Debugger has been updated with the latest version.
Copy link to clipboard
Copied
Well the great news is... several months ago the ExtendScript debugger extension was updated to run on Apple Silicon. I notice that the read me for it in VScode marketplace still has the (wrong) disclaimer about requiring Rosetta.
But it works now. Try it!
- Mark
Copy link to clipboard
Copied
I'm still getting:
But since the version of Code I am currently running is Silicon, Rosetta is not an option.
If I try to debug this is the message that I get.
The launch.json looks normal
{
// 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 to ExtendScript Engine",
},
{
"type": "extendscript-debug",
"request": "launch",
"name": "Launch Script in ExtendScript Engine"
}
]
}
Copy link to clipboard
Copied
I found this post
https://community.adobe.com/t5/indesign-discussions/fr-native-apple-silicon-support-for-extendscript...
I had to sign up for Creative Cloud Developer Prerelease and was able to download extendscript-debug-2.1.0-rc1.vsix and it works.
Thanks Mark.
Copy link to clipboard
Copied
Wow! You're right! Sorry, I assumed that it had been updated in the VSCode marketplace ages ago. Now I notice that my installed version is 2.1.0-rc1. Release candidate, not released!
@ErinF the new ExtendScript Debugger should be in the marketplace. Can it be released please? I've been using it heavily since from the day it was made available and FWIW, personally I have no qualms about moving it to release version.
Copy link to clipboard
Copied
The marketplace listing for the ExtendScript Debugger has been updated with the latest version.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now