diff --git a/.vscode/settings.json b/.vscode/settings.json index 4959b16d094..417af3874f6 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -168,4 +168,10 @@ // Temporarily enabled for self-hosting "terminal.integrated.enableStickyScroll": true, + + // Temporarily enabled for self-hosting + "scm.experimental.showSyncInformation": { + "incoming": true, + "outgoing": true + } }