We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a8127e + 04679b2 commit 5cdead3Copy full SHA for 5cdead3
.devcontainer/devcontainer.json
@@ -30,5 +30,5 @@
30
]
31
}
32
},
33
- "postCreateCommand": "chown -R vscode:vscode /workspaces/r-dev-env && sh /workspaces/r-dev-env/scripts/localscript.sh"
+ "postCreateCommand": "find . -wholename '*.git*' -type d -prune -o -type f -exec chown vscode:vscode {} \\; && sh /workspaces/r-dev-env/scripts/localscript.sh"
34
0 commit comments