diff options
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/launch.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index a7c30ca1e..26c45a9d3 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -33,7 +33,7 @@ "type": "firefox", "request": "launch", "name": "Launch Firefox against localhost", - //"sourceMaps": "client", + "sourceMaps": "client", "reAttach": true, "url": "http://localhost:1050/login", "webRoot": "${workspaceFolder}", |
