Skip to content

Commit

Permalink
Modified dev container to make all shell scripts executable upon bein…
Browse files Browse the repository at this point in the history
…g created
  • Loading branch information
dmccoystephenson committed Sep 22, 2024
1 parent 3836cbd commit 8fee29e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
// "forwardPorts": [],

// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "gcc -v",
"postCreateCommand": "sudo find /workspaces/ -type f -iname \"*.sh\" -exec chmod +x {} \\;" // Make all shell scripts executable

// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "vscode"
// "remoteUser": "vscode"
}

0 comments on commit 8fee29e

Please sign in to comment.