mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 14:31:16 +00:00
14 lines
291 B
JSON
14 lines
291 B
JSON
|
{
|
||
|
"version": "0.2.0",
|
||
|
"configurations": [
|
||
|
{
|
||
|
"type": "node",
|
||
|
"request": "launch",
|
||
|
"name": "Debug Main Process",
|
||
|
"skipFiles": ["<node_internals>/**"],
|
||
|
"program": "${workspaceFolder}\\scripts\\watch.mjs",
|
||
|
"autoAttachChildProcesses": true
|
||
|
}
|
||
|
]
|
||
|
}
|