We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b51f344 commit bf5bb7fCopy full SHA for bf5bb7f
1 file changed
src/vs/workbench/contrib/scm/browser/scm.contribution.ts
@@ -62,6 +62,7 @@ viewsRegistry.registerViews([{
62
workspace: true,
63
canMoveView: true,
64
weight: 80,
65
+ order: -999,
66
containerIcon: Codicon.sourceControl.classNames
67
}], viewContainer);
68
0 commit comments