From 5b0ddc32b261f28bee421d2ab1169647f965149f Mon Sep 17 00:00:00 2001 From: Ladislau Szomoru <3372902+lszomoru@users.noreply.github.com> Date: Fri, 10 Nov 2023 11:53:38 +0100 Subject: [PATCH] SCM - enable incoming/outgoing for the vscode repo (#197893) --- .vscode/settings.json | 6 ++++++ 1 file changed, 6 insertions(+) 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 + } }