entire blog link step by step process
aeenhancers after effects scrpiting type support // github i'm keeping the files sorta separate, later I might just include the entire repository for development.
config.json -> error reporting perhaps?
I just imported 2 scripts that I knew
EZInertia and FX Console and type checking seems to be working.
also comment off this line checkJS in jsconfig.json comment it off if you want no errors.
upon running the script I can see it sends it straight to the version that is currently defaulted
js docs ES3 [file icons extra grepper] vscode marketplace [ExtendScript Debugger] Adobe Team
go to the debugger and try it out launch the instance vs Attach? and there's the whole debugging panel and its all ez clap.
ran into an interesting observation (unix/Linux) LF -> Line Feed (Windows) CR + LF-> Carriage Return
this causes problems when coding
fixes
git config --global core.autocrlf true