优化vscode代码debugger调试,使用vscode自带的功能,不使用插件
This commit is contained in:
12
.vscode/launch.json
vendored
Normal file
12
.vscode/launch.json
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Launch debug",
|
||||
"request": "launch",
|
||||
"type": "chrome",
|
||||
"url": "http://localhost",
|
||||
"webRoot": "${workspaceFolder}/src"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user