vivaxy / vscode-conventional-commits

💬Conventional Commits for VSCode.
https://marketplace.visualstudio.com/items?itemName=vivaxy.vscode-conventional-commits
MIT License
324 stars 35 forks source link

[FEAT] don't open Source Control pane (if closed) on commit #230

Closed ahinkle closed 2 years ago

ahinkle commented 2 years ago

Is your feature request related to a problem? Please describe

One thing that is a small distraction is that once I make a commit using this extension my "Source Control" tray opens. I didn't have it open on commit. If I don't use this extension and use the built-in Git commit via command palette it doesn't open my source control tray.

Describe the solution you'd like

Make a commit with this extension If the source control window is closed, don't open it.

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context

on commit, opens this panel: Screen Shot 2022-02-21 at 1 53 02 PM

yi-Xu-0100 commented 2 years ago

👋 @ahinkle, try to set conventionalCommits.silentAutoCommit as true.