diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 1c3fbe3fd..f47c6782f 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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": {