deno.land / x / pothos@release-1713397530 / .vscode / launch.json

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{ "version": "0.2.0", "configurations": [ { "name": "Deno", "type": "node", "request": "launch", "cwd": "${workspaceFolder}", "runtimeExecutable": "deno", "runtimeArgs": ["run", "--inspect-brk", "-A", "test.ts"], "port": 9229 } ]}
pothos

Version Info

Tagged at
a month ago