version 1 render helper
This commit is contained in:
Vendored
+5
-3
@@ -4,16 +4,18 @@
|
||||
// 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"
|
||||
"name": "Attach to ExtendScript Engine",
|
||||
"hostAppSpecifier": "aftereffects-26.0"
|
||||
},
|
||||
{
|
||||
"type": "extendscript-debug",
|
||||
"request": "launch",
|
||||
"name": "Launch Script in ExtendScript Engine"
|
||||
"name": "Launch Script in ExtendScript Engine",
|
||||
"hostAppSpecifier": "aftereffects-26.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user