- Used to prompt that the current branch is a sensitive branch
- Support setting state bar project name
- Support setting floating prompt word message
- Support for setting up monitoring branches
- Support dynamic detection of single project or multiple projects in the workspace
Array of sensitive branches , such as ["test"]
Quickly identify the branches of different projects in the workspace, without displaying them for non-Git projects

"vscode": "^1.80.0"default setting
"gitBranchWarning.sensitiveText": "",
"gitBranchWarning.sensitiveTooltip": "",
"gitBranchWarning.sensitiveBranches": [
"main","master"
],Users appreciate release notes as you update your extension.
Initial release
Ensure that you've read through the extensions guidelines and follow the best practices for creating your extension.
Enjoy!


