Ver Fonte

🔧 update debugger

jmacura há 3 anos atrás
pai
commit
e49f4c2849
1 ficheiros alterados com 2 adições e 1 exclusões
  1. 2 1
      .vscode/launch.json

+ 2 - 1
.vscode/launch.json

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