Skip to content

Commit 9708315

Browse files
committed
[vscode] dont mount for codespaces
1 parent 8efc025 commit 9708315

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
}
3030
},
3131
"postCreateCommand": "poetry install",
32-
"workspaceMount": "source=${localWorkspaceFolder},target=/workspaces,type=bind",
33-
"workspaceFolder": "/workspaces"
32+
// Breaks codespaces
33+
// "workspaceMount": "source=${localWorkspaceFolder},target=/workspaces,type=bind",
34+
// "workspaceFolder": "/workspaces"
3435
}

0 commit comments

Comments
 (0)