From fb2d8fb4423326e2f8f040d5f137e78f3ab31a08 Mon Sep 17 00:00:00 2001 From: ArabCoders Date: Tue, 27 Feb 2024 17:49:45 +0300 Subject: [PATCH] Fixed path issue for container debugger. --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index b1c83b86..3ff83d5a 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -52,7 +52,7 @@ "pathMappings": [ { "localRoot": "${workspaceFolder}", - "remoteRoot": "/app/app" + "remoteRoot": "/app/" } ], "justMyCode": true