mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 06:25:24 +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
|
|
}
|
|
]
|
|
}
|