mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-11 14:04:49 -05:00
bc - remove useQuckPick option for now
This commit is contained in:
@@ -114,11 +114,11 @@ Registry.as<IConfigurationRegistry>(Extensions.Configuration).registerConfigurat
|
||||
type: 'boolean',
|
||||
default: false
|
||||
},
|
||||
'breadcrumbs.useQuickPick': {
|
||||
description: localize('useQuickPick', "Use quick pick instead of breadcrumb-pickers."),
|
||||
type: 'boolean',
|
||||
default: false
|
||||
},
|
||||
// 'breadcrumbs.useQuickPick': {
|
||||
// description: localize('useQuickPick', "Use quick pick instead of breadcrumb-pickers."),
|
||||
// type: 'boolean',
|
||||
// default: false
|
||||
// },
|
||||
'breadcrumbs.filePath': {
|
||||
description: localize('filepath', "Controls if and how file paths are shown in the breadcrumbs view."),
|
||||
type: 'string',
|
||||
|
||||
Reference in New Issue
Block a user