vimspector/support/test/chrome/.vimspector.json
2019-10-06 22:19:19 +01:00

12 lines
224 B
JSON

{
"configurations": {
"launch": {
"adapter": "chrome",
"configuration": {
"request": "launch",
"url": "http://localhost:1234/",
"webRoot": "${workspaceRoot}/www"
}
}
}
}