Skip to content

Commit

Permalink
Enables scm.alwaysShowRepositories by default
Browse files Browse the repository at this point in the history
Refs: #110882
  • Loading branch information
Eric Amodio committed Sep 27, 2021
1 parent 5991e3c commit 53c5d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/contrib/scm/browser/scm.contribution.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Configuration).regis
'scm.alwaysShowRepositories': {
type: 'boolean',
markdownDescription: localize('alwaysShowRepository', "Controls whether repositories should always be visible in the SCM view."),
default: false
default: true
},
'scm.repositories.visible': {
type: 'number',
Expand Down

0 comments on commit 53c5d3c

Please sign in to comment.