Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Hide blue commit button in VSCode Source Control view [duplicate]

Tags:

vs-code

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.

enter image description here

like image 991
Matthew Salvatore Viglione Avatar asked Aug 29 '26 15:08

Matthew Salvatore Viglione


1 Answers

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
}

enter image description here

like image 190
Matthew Salvatore Viglione Avatar answered Sep 01 '26 06:09

Matthew Salvatore Viglione



Donate For Us

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