vben
2021-06-19 e8d6f8851efd7076946486864936f1797280d3ba
提交 | 用户 | 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
ad3688 11     },
V 12   ]
13 }