mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
expose matchOnDetail in API
This commit is contained in:
@@ -40,7 +40,8 @@ export class ExtHostQuickOpen {
|
||||
let quickPickWidget = this._proxy.$show({
|
||||
autoFocus: { autoFocusFirstEntry: true },
|
||||
placeHolder: options && options.placeHolder,
|
||||
matchOnDescription: options && options.matchOnDescription
|
||||
matchOnDescription: options && options.matchOnDescription,
|
||||
matchOnDetail: options && options.matchOnDetail
|
||||
});
|
||||
|
||||
return itemsPromise.then(items => {
|
||||
|
||||
Reference in New Issue
Block a user