From a24eb928a8ee084232bb4147ff2760713ec8b040 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mose=20M=C3=BCller?= Date: Wed, 25 Oct 2023 16:22:57 +0200 Subject: [PATCH] Updating launch.json (nvim compatible) --- .vscode/launch.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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 +}