PeriodSlicer-Syinpo/.vscode/launch.json

13 lines
263 B
JSON
Raw Permalink Normal View History

2020-02-04 03:33:37 +08:00
{
"version": "0.1.0",
"configurations": [
{
"name": "Debugger",
"type": "chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${cwd}/"
}
]
}