https://github.com/kitschpatrol/vscode-open-in-git-tower-button
Open the current repository in the Tower Git client via a button in the VS Code status bar.
https://github.com/kitschpatrol/vscode-open-in-git-tower-button
extension git tower vsc vscode
Last synced: 2 months ago
JSON representation
Open the current repository in the Tower Git client via a button in the VS Code status bar.
- Host: GitHub
- URL: https://github.com/kitschpatrol/vscode-open-in-git-tower-button
- Owner: kitschpatrol
- License: mit
- Created: 2024-09-20T02:49:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-04-07T19:29:45.000Z (3 months ago)
- Last Synced: 2026-04-07T21:24:28.360Z (3 months ago)
- Topics: extension, git, tower, vsc, vscode
- Language: TypeScript
- Homepage:
- Size: 7.41 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# VS Code Open In Git Tower Button Extension
[](https://opensource.org/licenses/MIT)
[](https://marketplace.visualstudio.com/items?itemName=kitschpatrol.open-in-git-tower-button)
**Open the current repository in the Tower Git client via a button in the VS Code status bar.**
## Getting started
_Let's assume you have [VS Code](https://code.visualstudio.com/) and [Tower](https://www.git-tower.com/) installed._
Install the extension from the [Marketplace](https://marketplace.visualstudio.com/items?itemName=kitschpatrol.open-in-git-tower-button), or run the following in VS Code's command palette:
```sh
ext install kitschpatrol.open-in-git-tower-button
```
After which you should see a new icon in your status bar:

Due to a lack of an ideal [codicon](https://microsoft.github.io/vscode-codicons/dist/codicon.html), the solid "filter" icon will have to suffice with its tower-approximating silhouette.
## Maintainers
[@kitschpatrol](https://github.com/kitschpatrol)
## Acknowledgments
This trivial extension layers over [Fabio Spampinato's](https://fabiospampinato.com/) [Open in GitTower](https://github.com/fabiospampinato/vscode-open-in-gittower), which does the heavy lifting of actually opening things in Tower.
[Anthony Fu's](https://antfu.me/) [VS Code Open in GitHub Button](https://github.com/antfu/vscode-open-in-github-button) extension provided a basic template for the approach.
## Contributing
[Issues](https://github.com/kitschpatrol/vscode-open-in-git-tower-button/issues) and pull requests are welcome.
## License
[MIT](license.txt) © Eric Mika