Skip to content

Commit fc9e004

Browse files
Fix devcontainer volume mount path to match workspaceFolder
Mount repo to /workspaces/datajoint-python to match the workspaceFolder setting in devcontainer.json. Co-authored-by: dimitri-yatsenko <dimitri@datajoint.com>
1 parent cda330d commit fc9e004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ services:
1616

1717
volumes:
1818
# Update this to wherever you want VS Code to mount the folder of your project
19-
- ..:/workspaces:cached
19+
- ..:/workspaces/datajoint-python:cached
2020

2121
# Uncomment the next four lines if you will use a ptrace-based debugger like C++, Go, and Rust.
2222
# cap_add:

0 commit comments

Comments
 (0)