Browse Source

add launch.json

master
Alexey Velikiy 6 years ago
parent
commit
578d19f4fa
  1. 19
      .vscode/launch.json

19
.vscode/launch.json vendored

@ -0,0 +1,19 @@
{
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:3000/d/Votr2gvmk/nginx",
"sourceMaps": true,
"pathMapping": {
"/public/plugins/hastic-graph-panel": "${workspaceFolder}/dist"
},
"webRoot": "${workspaceFolder}",
"sourceMapPathOverrides": {
"webpack:///./*": "${webRoot}/src/*"
}
}
]
}
Loading…
Cancel
Save