mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-04-01 01:20:31 -04:00
Merge from vscode e0762af258c0b20320ed03f3871a41967acc4421 (#7404)
* Merge from vscode e0762af258c0b20320ed03f3871a41967acc4421 * readd svgs
This commit is contained in:
@@ -106,6 +106,16 @@ Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Configuration).regis
|
||||
],
|
||||
description: localize('scm.countBadge', "Controls the Source Control count badge."),
|
||||
default: 'all'
|
||||
},
|
||||
'scm.defaultViewMode': {
|
||||
type: 'string',
|
||||
enum: ['tree', 'list'],
|
||||
enumDescriptions: [
|
||||
localize('scm.defaultViewMode.tree', "Show the repository changes as a tree."),
|
||||
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'
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user