From dbc482a1f697a9b10ee4eaa88536d3c1b4442b76 Mon Sep 17 00:00:00 2001 From: Ladislau Szomoru <3372902+lszomoru@users.noreply.github.com> Date: Mon, 20 Nov 2023 07:48:41 +0100 Subject: [PATCH] Engineering - remove incoming/outgoing workspace setting (#198650) --- .vscode/settings.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 46ec2e83d688d..95888a8f54284 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -166,8 +166,5 @@ "src/vs/workbench/api/common/extHostTypes.ts" ], // Temporarily enabled for self-hosting - "terminal.integrated.stickyScroll.enabled": true, - // Temporarily enabled for self-hosting - "scm.showIncomingChanges": "always", - "scm.showOutgoingChanges": "always", + "terminal.integrated.stickyScroll.enabled": true }