Skip to content

Commit

Permalink
SCM - remove workspace specific views (#157762)
Browse files Browse the repository at this point in the history
  • Loading branch information
lszomoru committed Aug 10, 2022
1 parent 15e43ca commit 7033a6c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/vs/workbench/contrib/scm/browser/scm.contribution.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ viewsRegistry.registerViews([{
name: localize('source control', "Source Control"),
ctorDescriptor: new SyncDescriptor(SCMViewPane),
canToggleVisibility: true,
workspace: true,
canMoveView: true,
weight: 80,
order: -999,
Expand All @@ -100,7 +99,6 @@ viewsRegistry.registerViews([{
ctorDescriptor: new SyncDescriptor(SCMRepositoriesViewPane),
canToggleVisibility: true,
hideByDefault: true,
workspace: true,
canMoveView: true,
weight: 20,
order: -1000,
Expand Down

0 comments on commit 7033a6c

Please sign in to comment.