This is an automated email from the ASF dual-hosted git repository. maximebeauchemin pushed a commit to branch codespaces in repository https://gitbox.apache.org/repos/asf/superset.git
commit 1fcbab44628f0cd47965bc7b3fea3c02f971c774 Author: Maxime Beauchemin <[email protected]> AuthorDate: Mon Jul 28 16:31:31 2025 -0700 tmux --- .devcontainer/setup-dev.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/setup-dev.sh b/.devcontainer/setup-dev.sh index 4a8f09e9d2..00abbf2ad8 100755 --- a/.devcontainer/setup-dev.sh +++ b/.devcontainer/setup-dev.sh @@ -11,7 +11,8 @@ sudo apt-get update sudo apt-get install -y \ libsasl2-dev \ libldap2-dev \ - libpq-dev + libpq-dev \ + tmux # Install uv for fast Python package management echo "📦 Installing uv..."
