Search code examples
visual-studio-code

How to remove Incoming/Outgoing changes graph in VSCode?


In July 2024, VSCode (update 1.92) introduced this new Incoming/Outgoing changes graph:

I don't really need it since I use another tool for that, and it is polluting my workspace.

Is there a way to remove it? I tried clicking around but could not find it. The update notes also don't specify a way to disable this feature.


Solution

  • Since the August 2024 update (v1.93), the json setting for the graph has been rendered useless:

      "scm.showHistoryGraph": false,
    

    You can now instead just right click on the tab and disable it manually using the GUI. Just make the the 'Source Control Graph' have no 'tick' symbol next to it