Skip to content

Commit 0ff3ec3

Browse files
committed
Remove readonly flag from SSH mount in devcontainer configuration
1 parent 67b7c23 commit 0ff3ec3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
},
3131
"mounts": [
3232
"type=bind,source=${localWorkspaceFolder},target=/work",
33-
"type=bind,source=/home/${localEnv:USER}/.ssh,target=/home/vscode/.ssh,readonly"
33+
"type=bind,source=/home/${localEnv:USER}/.ssh,target=/home/vscode/.ssh"
3434
]
3535
}

0 commit comments

Comments
 (0)