andrii-bohdan / vscode-git-commit-wizard

A customizable VS Code extension for semantic committing, compatible with microservices and multiple source control repositories.
MIT License
3 stars 0 forks source link

[feature request] Auto select repo #41

Closed Alecton4 closed 1 year ago

Alecton4 commented 1 year ago

Currently, when clicking the icon on a specific repo (in a workspace with multiple repos), the repo selector is invoked. It might be better if the corresponding repo can be automatically selected when clicking the icon for a repo.

image

image

andrii-bohdan commented 1 year ago

I faced this issue time ago the list of repo what you see is workaround. I'll see what can I do

Alecton4 commented 1 year ago

@andrii-bohdan I found another extension having the desired behavior. It would be great if this helps: https://github.com/seatonjiang/gitmoji-vscode/blob/main/src/extension.ts#L45

andrii-bohdan commented 1 year ago

Hi @Alecton4 , thank you for good idea. The feature is already online you can test it https://github.com/andrii-bohdan/vscode-git-commit-wizard/releases/tag/v2.0.22. I also included possibility use repository list in case when somebody open extension using keybinding

new-feature