Skip to content

Commit

Permalink
chore: devcontainer config cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
meskill committed Jul 3, 2022
1 parent 4273e37 commit d4db6f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Expand Up @@ -50,7 +50,7 @@
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],
// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "git config --global core.editor \"code --wait\" && sudo chown rust /usr/local/cargo/registry",
"postCreateCommand": "sudo chown rust /usr/local/cargo/registry",
// Uncomment to connect as a non-root user. See https://aka.ms/vscode-remote/containers/non-root.
// "remoteUser": "node"
"containerEnv": {
Expand Down

0 comments on commit d4db6f1

Please sign in to comment.