Engineering - remove incoming/outgoing workspace setting (#198650)

This commit is contained in:
Ladislau Szomoru
2023-11-20 07:48:41 +01:00
committed by GitHub
parent 46cd720f83
commit dbc482a1f6

View File

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