2023-04-10 12:42:29 +08:00
|
|
|
{
|
|
|
|
"version": "0.2.0",
|
|
|
|
"configurations": [
|
|
|
|
{
|
2023-04-10 23:53:26 +08:00
|
|
|
"name": "Launch debug",
|
2023-04-10 12:42:29 +08:00
|
|
|
"request": "launch",
|
2023-04-10 23:53:26 +08:00
|
|
|
"type": "chrome",
|
|
|
|
"url": "http://localhost",
|
|
|
|
"webRoot": "${workspaceFolder}/src"
|
2023-04-10 12:42:29 +08:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|