{ "version": "0.2.0", "configurations": [ { "name": "Debug (deno)", "type": "pwa-node", "request": "launch", "cwd": "${workspaceFolder}", "runtimeExecutable": "deno", "runtimeArgs": [ "run", "--inspect-brk", "-A", "${workspaceFolder}/generator.ts", "./test.mp4", "./sodd.srt" ], "attachSimplePort": 9229 } ] }