Files
wechatWeb/.vscode/launch.json
张成 7d0a921805 1
2026-03-25 19:01:28 +08:00

13 lines
247 B
JSON

{
"configurations": [
{
"name": "Launch Program",
"program": "${workspaceFolder}/app.js",
"request": "launch",
"skipFiles": [
"<node_internals>/**"
],
"type": "node"
}
]
}