Skip to content

Commit

Permalink
adjust chown command
Browse files Browse the repository at this point in the history
  • Loading branch information
ITProKyle committed Sep 18, 2024
1 parent 4396aa6 commit 3a9f51e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,5 @@
"name": "devcontainer-runway",
"onCreateCommand": "git config --global --add safe.directory ${containerWorkspaceFolder}; sudo apt-get update -y; sudo apt-get install direnv",
"postAttachCommand": "make setup",
"postStartCommand": "sudo chown -R vscode:vscode .venv node_modules ~/.cache/pre-commit ~/.npm ~/.cache/pip ~/.cache/pypoetry"
"postStartCommand": "sudo chown -R vscode:vscode .venv node_modules ~/.cache ~/.npm"
}

0 comments on commit 3a9f51e

Please sign in to comment.