A VS Code extension that shows a native modal popup with your current Git branch when opening any project.
- Shows a warning modal with the branch name.
- Activates on project open or workspace change.
- Works for all Git projects.
- Run
vsce package
in this folder to create.vsix
. - Install it globally:
code --install-extension branch-alert-0.0.x.vsix
- Open any Git project → modal appears with branch name.