You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: make devcontainer-reset-db more robust for multiple projects
Detect compose project automatically from current container's Docker labels
rather than guessing from workspace folder name. This allows the script to
work correctly when multiple devcontainers are running on the same machine.
The script now:
- Inspects the current container's compose project label
- Finds the mariadb container using compose project and service labels
- Falls back to workspace-based detection if labels aren't available
- Shows better error messages with a table of available containers
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
0 commit comments