Skip to content

Commit

Permalink
Fix container path
Browse files Browse the repository at this point in the history
  • Loading branch information
tgunr committed Dec 17, 2024
1 parent fcb7da2 commit 8b93a22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
]
}
},
"workspaceMount": "source=${localWorkspaceFolder},target=/workspace,type=bind,consistency=cached",
"workspaceFolder": "/workspace",
"workspaceMount": "source=${localWorkspaceFolder},target=/workspaces/${localWorkspaceFolderBasename},type=bind,consistency=cached",
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
"remoteUser": "root",
"mounts": [
"type=tmpfs,destination=/tmp",
Expand Down

0 comments on commit 8b93a22

Please sign in to comment.