mirror of
https://github.com/lush2020/edgetunnel.git
synced 2026-03-24 00:48:39 +08:00
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
@@ -8,13 +8,13 @@
|
||||
"request": "launch",
|
||||
"name": "Launch Program",
|
||||
"type": "pwa-node",
|
||||
"program": "C:\\github\\edgetunnel\\apps\\deno-vless\\src\\main.ts",
|
||||
"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": ""
|
||||
"UUID": "e0a102c8-51c8-436c-860b-ef279d8a6ada"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user