web-view-antd/.vscode/launch.json
zzs 4d72d46d43 🎉
2024-11-11 10:34:49 +08:00

14 lines
250 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "Launch Chrome",
"url": "http://localhost:80",
"webRoot": "${workspaceFolder}/src",
"sourceMaps": true
}
]
}