|
@@ -10,7 +10,8 @@
|
|
|
"name": "Launch Firefox against localhost",
|
|
"name": "Launch Firefox against localhost",
|
|
|
"url": "http://localhost:8080",
|
|
"url": "http://localhost:8080",
|
|
|
"webRoot": "${workspaceFolder}",
|
|
"webRoot": "${workspaceFolder}",
|
|
|
- "breakOnLoad": true,
|
|
|
|
|
|
|
+ "reAttach": true,
|
|
|
|
|
+ "reloadOnAttach": true,
|
|
|
"pathMappings": [
|
|
"pathMappings": [
|
|
|
{
|
|
{
|
|
|
"url": "webpack:///src",
|
|
"url": "webpack:///src",
|