Fixed path issue for container debugger.
This commit is contained in:
parent
e2b7a27928
commit
fb2d8fb442
1 changed files with 1 additions and 1 deletions
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
|
|
@ -52,7 +52,7 @@
|
||||||
"pathMappings": [
|
"pathMappings": [
|
||||||
{
|
{
|
||||||
"localRoot": "${workspaceFolder}",
|
"localRoot": "${workspaceFolder}",
|
||||||
"remoteRoot": "/app/app"
|
"remoteRoot": "/app/"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"justMyCode": true
|
"justMyCode": true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue