PeriodSlicer-Syinpo/.vscode/launch.json
2020-02-04 03:33:37 +08:00

13 lines
263 B
JSON

{
"version": "0.1.0",
"configurations": [
{
"name": "Debugger",
"type": "chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${cwd}/"
}
]
}