SCM - enable incoming/outgoing for the vscode repo (#197893)

This commit is contained in:
Ladislau Szomoru 2023-11-10 11:53:38 +01:00 committed by GitHub
parent 87d6b26100
commit 5b0ddc32b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}
}