invalid w
2023-10-09 0b9dd918d9acdc30d024663c1604e0ab92f99022
提交 | 用户 | age
ad3688 1 {
V 2   "version": "0.2.0",
3   "configurations": [
4     {
c303ec 5       "type": "chrome",
ad3688 6       "request": "launch",
c303ec 7       "name": "Launch Chrome",
V 8       "url": "http://localhost:3100",
9       "webRoot": "${workspaceFolder}/src",
10       "sourceMaps": true
56a966 11     }
ad3688 12   ]
V 13 }