mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
Allow extension authors to set the title of a QuickPick/InputBox in Options (#119144)
* plumb title through * add title to BaseTransferQuickInput
This commit is contained in:
committed by
GitHub
parent
31a9b8f815
commit
89d8eed14f
@@ -89,6 +89,7 @@ export class MainThreadQuickOpen implements MainThreadQuickOpenShape {
|
||||
const inputOptions: IInputOptions = Object.create(null);
|
||||
|
||||
if (options) {
|
||||
inputOptions.title = options.title;
|
||||
inputOptions.password = options.password;
|
||||
inputOptions.placeHolder = options.placeHolder;
|
||||
inputOptions.valueSelection = options.valueSelection;
|
||||
|
||||
Reference in New Issue
Block a user