diff --git a/.vscode/launch.json b/.vscode/launch.json index b0d1f97..86c0b1e 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -1,7 +1,4 @@ { - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { @@ -19,7 +16,7 @@ "type": "python", "request": "launch", "module": "bar", - "justMyCode": true, + "justMyCode": false, "env": { "ENVIRONMENT": "development" } @@ -29,7 +26,7 @@ "request": "launch", "name": "react: firefox", "url": "http://localhost:3000", - "webRoot": "${workspaceFolder}/frontend", + "webRoot": "${workspaceFolder}/frontend" } ] -} \ No newline at end of file +}