Is there a way to hide the large blue "Commit" button that was recently added in the VSCode Source Control view? It feels visually cluttered to me and I'm already used to using the various options under the ... right above it anyways.

This button was added in the June 2022 release. You can alter its behavior or hide it
completely with the git.showActionButton or scm.showActionButton settings, per the docs. You can also type "action button" into the settings pane and alter its behavior there:
"git.showActionButton": {
"commit": false,
"publish": false,
"sync": false
}

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With