This commit is contained in:
Dillon DuPont
2025-06-11 13:26:25 -04:00
parent 337167fcf3
commit 6a50d44c90

View File

@@ -46,9 +46,6 @@
}
}
},
"mounts": [
"source=${localWorkspaceFolder},target=/app,type=bind,consistency=cached"
],
"workspaceFolder": "/app",
"shutdownAction": "stopContainer"
"workspaceMount": "type=bind,source=${localWorkspaceFolder},target=/app",
"workspaceFolder": "/app"
}