Optional ReadonlyignoreKeep the input box open when focus moves elsewhere (default: false,
matching vscode.window.showInputBox's own default).
Optional ReadonlypasswordPassword input mode.
Optional ReadonlyplacePlaceholder text.
ReadonlypromptPrompt text to display.
Optional ReadonlysignalCancels the input: aborting hides the box and resolves undefined.
Optional ReadonlyvalidateValidation function. May be asynchronous. A non-empty message blocks
acceptance; a thrown/rejected error rejects inputText.
Optional ReadonlyvalueInitial value.
Options for
inputText.