Skip to content

Commit

Permalink
Update devcontainer.json
Browse files Browse the repository at this point in the history
Update devcontainer, leaving mounts for user to setup  allow mounting in codespaces.
  • Loading branch information
allenporter authored Jan 2, 2024
1 parent 6245b79 commit 5d6166a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// Creates a local volume where you the developer need to clone the git
// repo inside the container. Uses a local volume since this project
// relies heavily on local disk performance.
"workspaceMount": "source=flux-local,target=/workspaces,type=volume",
"workspaceFolder": "/workspaces/",
"postCreateCommand": "chown vscode /workspaces",
//"workspaceMount": "source=flux-local,target=/workspaces,type=volume",
//"workspaceFolder": "/workspaces/",
//"postCreateCommand": "chown vscode /workspaces",
}

0 comments on commit 5d6166a

Please sign in to comment.