{ // 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": [ { "request": "launch", "name": "Launch Program", "type": "pwa-node", "program": "C:\\github\\test-deno\\apps\\deno-vless\\src\\main.ts", "cwd": "${workspaceFolder}", "runtimeExecutable": "C:\\Users\\zizifn\\scoop\\shims\\deno.EXE", "runtimeArgs": ["run", "--inspect", "--allow-all", "--unstable"], "attachSimplePort": 9229, "env": { "UUID": "e0a102c8-51c8-436c-860b-ef279d8a6ada" } } ] }