Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 765 Bytes

File metadata and controls

23 lines (17 loc) · 765 Bytes


image preview

Branch Alert

A VS Code extension that shows a native modal popup with your current Git branch when opening any project.

Features

  • Shows a warning modal with the branch name.
  • Activates on project open or workspace change.
  • Works for all Git projects.

Installation

  1. Run vsce package in this folder to create .vsix.
  2. Install it globally:
    code --install-extension branch-alert-0.0.x.vsix
  3. Open any Git project → modal appears with branch name.