mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
add ignoreFocusOut option to showInputBox and showQuickPick, #9918
This commit is contained in:
@@ -83,6 +83,7 @@ export class MainThreadQuickOpen extends MainThreadQuickOpenShape {
|
||||
inputOptions.placeHolder = options.placeHolder;
|
||||
inputOptions.prompt = options.prompt;
|
||||
inputOptions.value = options.value;
|
||||
inputOptions.ignoreFocusLost = options.ignoreFocusOut;
|
||||
}
|
||||
|
||||
if (validateInput) {
|
||||
|
||||
Reference in New Issue
Block a user