Skip to content

Commit

Permalink
Merge pull request #82111 from microsoft/joao/scm-default-view
Browse files Browse the repository at this point in the history
Change scm default from tree to list
  • Loading branch information
joaomoreno authored Oct 8, 2019
2 parents 5cd3b2a + 6da9b0e commit 9df03c6
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 @@ -114,7 +114,7 @@ Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Configuration).regis
localize('scm.defaultViewMode.list', "Show the repository changes as a list.")
],
description: localize('scm.defaultViewMode', "Controls the default Source Control repository view mode."),
default: 'tree'
default: 'list'
}
}
});
Expand Down

0 comments on commit 9df03c6

Please sign in to comment.