Fixed path issue for container debugger.

This commit is contained in:
ArabCoders 2024-02-27 17:49:45 +03:00
parent e2b7a27928
commit fb2d8fb442

2
.vscode/launch.json vendored
View file

@ -52,7 +52,7 @@
"pathMappings": [
{
"localRoot": "${workspaceFolder}",
"remoteRoot": "/app/app"
"remoteRoot": "/app/"
}
],
"justMyCode": true