Files
edgetunnel/.vscode/launch.json
zizifn3 c8be100cfb refactor VlESS (#91)
refactor vless code
2023-01-13 21:30:41 +08:00

22 lines
707 B
JSON

{
// 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"
}
}
]
}