2742126f95
(cherry picked from commit fcb830b93e
)
13 lines
220 B
JSON
13 lines
220 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Launch debug",
|
|
"request": "launch",
|
|
"type": "chrome",
|
|
"url": "http://localhost",
|
|
"webRoot": "${workspaceFolder}/src"
|
|
}
|
|
]
|
|
}
|