Skip to content

Commit

Permalink
change scm default from tree to list
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomoreno committed Oct 8, 2019
1 parent 5cd3b2a commit 6da9b0e
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 6da9b0e

Please sign in to comment.