Skip to content

Commit 36ba96e

Browse files
authored
SCM - workaround for view order issue (microsoft#226448)
1 parent 7620202 commit 36ba96e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/scm/browser/scm.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ viewsRegistry.registerViews([{
122122
canToggleVisibility: true,
123123
canMoveView: true,
124124
weight: 40,
125-
order: -998,
125+
order: 2, /* https://github.com/microsoft/vscode/issues/226447 */
126126
when: ContextKeyExpr.and(ContextKeyExpr.has('scm.providerCount'), ContextKeyExpr.notEquals('scm.providerCount', 0)),
127127
containerIcon: sourceControlViewIcon
128128
}], viewContainer);

0 commit comments

Comments
 (0)