Parcourir la source

update launch.json

Yuki Takei il y a 7 ans
Parent
commit
8fe7a1735a
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      .vscode/launch.json

+ 3 - 3
.vscode/launch.json

@@ -23,11 +23,11 @@
         "request": "launch",
         "name": "Debug: Chrome",
         "sourceMaps": true,
+        "webRoot": "${workspaceFolder}/public",
         "sourceMapPathOverrides": {
-          "webpack:///*": "${workspaceRoot}/*"
+          "webpack:///*": "${workspaceFolder}/*"
         },
-        "url": "http://localhost:3000",
-        "webRoot": "${workspaceRoot}/public"
+        "url": "http://localhost:3000"
       }
     ]
 }