All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Nothing yet.
- Activate the extension as soon as VS Code starts / the Source Control view opens so per-repo force push buttons are available without expanding the big Force Push view.
- Add a per-repo force push icon so you can see and trigger force pushes per Git repository in a workspace.
- Improve support for monorepos and workspaces with multiple Git repositories.
- Only check for incoming commits to decide when the force push button should appear, reducing unnecessary checks.
- Remove an unused command from the extension manifest.
- Update the extension description to better explain what the Force Push Button does.
- Decrease the required Visual Studio Code version so more users can install the extension.
- Initial release of the Force Push Button extension with a one-click force push command.