Skip to content

Commit 9df03c6

Browse files
authored
Merge pull request #82111 from microsoft/joao/scm-default-view
Change scm default from tree to list
2 parents 5cd3b2a + 6da9b0e commit 9df03c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/scm/browser/scm.contribution.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Configuration).regis
114114
localize('scm.defaultViewMode.list', "Show the repository changes as a list.")
115115
],
116116
description: localize('scm.defaultViewMode', "Controls the default Source Control repository view mode."),
117-
default: 'tree'
117+
default: 'list'
118118
}
119119
}
120120
});

0 commit comments

Comments
 (0)