Skip to content

Commit 7688a7c

Browse files
authored
Engineering - update incoming/outgoing workspace settings (#198386)
1 parent 0b111a0 commit 7688a7c

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.vscode/settings.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,6 @@
170170
"terminal.integrated.stickyScroll.enabled": true,
171171

172172
// Temporarily enabled for self-hosting
173-
"scm.experimental.showSyncInformation": {
174-
"incoming": true,
175-
"outgoing": true
176-
}
173+
"scm.showIncomingChanges": "always",
174+
"scm.showOutgoingChanges": "always"
177175
}

0 commit comments

Comments
 (0)