Skip to content

Commit

Permalink
Run setup automatically after rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-5546 committed Mar 6, 2024
1 parent f3d112f commit 021ad7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"containerEnv": {
"LIBGL_ALWAYS_SOFTWARE": "1" // Needed for software rendering of opengl
},
"postCreateCommand": "./setup.sh",
// Set *default* container specific settings.json values on container create.
"customizations": {
"codespaces": {
Expand Down

0 comments on commit 021ad7a

Please sign in to comment.