ludu-admin-vue3/.vscode/launch.json
puhui999 2742126f95 优化vscode代码debugger调试,使用vscode自带的功能,不使用插件
(cherry picked from commit fcb830b93eefcf3a1373ef2875c2d36ed44fccef)
2023-06-13 12:17:40 +08:00

13 lines
220 B
JSON

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