This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin pushed a change to branch codespaces_setup
in repository https://gitbox.apache.org/repos/asf/superset.git
from 3cb72e2cf0 fix(codespaces): resolve Docker timing issues on startup
add 2443947b76 fix(codespaces): simplify setup to avoid startup failures
add 1a1845d8e6 feat(codespaces): add automatic venv activation via bashrc
No new revisions were added by this update.
Summary of changes:
.devcontainer/bashrc-additions | 41 ++++++++++++++++++++++++
.devcontainer/build-and-push-image.sh | 20 ++++++++++++
.devcontainer/devcontainer.json | 6 ++--
.devcontainer/setup-dev.sh | 59 ++++++++++++++++++++++++++++++-----
4 files changed, 116 insertions(+), 10 deletions(-)
create mode 100644 .devcontainer/bashrc-additions
create mode 100755 .devcontainer/build-and-push-image.sh