Skip to content

Commit

Permalink
fix mac mount
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyclenerd committed Oct 29, 2024
1 parent 9726d67 commit 6b5d9f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"postCreateCommand": "figlet 'Cloud Tools' && devcontainer-info",
// Podman specific settings
"remoteUser": "vscode",
"workspaceMount": "source=${localWorkspaceFolder},target=/workspace,type=bind,Z",
"workspaceMount": "source=${localWorkspaceFolder},target=/workspace,type=bind",
"workspaceFolder": "/workspace",
"runArgs": [
"--userns=keep-id" // Causes issue with uid mappings on host, which we need for git to work properly - files are owned by random uids due to the uid mapping
Expand Down
2 changes: 1 addition & 1 deletion devcontainer/devcontainer.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"postCreateCommand": "figlet 'Cloud Tools' && devcontainer-info",
// Podman specific settings
"remoteUser": "vscode",
"workspaceMount": "source=${localWorkspaceFolder},target=/workspace,type=bind,Z",
"workspaceMount": "source=${localWorkspaceFolder},target=/workspace,type=bind",
"workspaceFolder": "/workspace",
"runArgs": [
"--userns=keep-id" // Causes issue with uid mappings on host, which we need for git to work properly - files are owned by random uids due to the uid mapping
Expand Down

0 comments on commit 6b5d9f6

Please sign in to comment.