mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-04-01 09:30:31 -04:00
Merge from vscode a416c77e56ef0314ae00633faa04878151610de8 (#8600)
* Merge from vscode a416c77e56ef0314ae00633faa04878151610de8 * distro * fix tests * fix tests
This commit is contained in:
@@ -81,6 +81,13 @@ Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Configuration).regis
|
||||
'scm.diffDecorations': {
|
||||
type: 'string',
|
||||
enum: ['all', 'gutter', 'overview', 'minimap', 'none'],
|
||||
enumDescriptions: [
|
||||
localize('scm.diffDecorations.all', "Show the diff decorations in all available locations."),
|
||||
localize('scm.diffDecorations.gutter', "Show the diff decorations only in the editor gutter."),
|
||||
localize('scm.diffDecorations.overviewRuler', "Show the diff decorations only in the overview ruler."),
|
||||
localize('scm.diffDecorations.minimap', "Show the diff decorations only in the minimap."),
|
||||
localize('scm.diffDecorations.none', "Do not show the diff decorations.")
|
||||
],
|
||||
default: 'all',
|
||||
description: localize('diffDecorations', "Controls diff decorations in the editor.")
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user