Add launch config/task for "yarn web"

This commit is contained in:
Rob Lourens
2019-10-15 11:27:17 -07:00
parent 43e85c223c
commit 84d62ea8a3
3 changed files with 36 additions and 1 deletions

7
.vscode/launch.json vendored
View File

@@ -167,6 +167,13 @@
"web"
],
},
{
"type": "chrome",
"request": "launch",
"name": "Launch Chrome",
"url": "http://localhost:8080",
"preLaunchTask": "Run web"
},
{
"type": "node",
"request": "launch",