Skip to content

Instantly share code, notes, and snippets.

@kureikei
Created June 13, 2021 07:13
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
{
// 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": "launch",
"name": "Run current script",
"program": "${file}",
"stopOnEntry": false
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment