Skip to content

Commit

Permalink
add launch.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jonyrock committed Jun 26, 2018
1 parent 5df3411 commit 578d19f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -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/*"
}
}
]
}

0 comments on commit 578d19f

Please sign in to comment.