mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 16:18:58 +01:00
Finalize InputBoxMessageSeverity API (#148961)
This commit is contained in:
committed by
GitHub
parent
95a97e808a
commit
2d9244c330
@@ -659,9 +659,6 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
return extHostQuickOpen.showWorkspaceFolderPick(options);
|
||||
},
|
||||
showInputBox(options?: vscode.InputBoxOptions, token?: vscode.CancellationToken) {
|
||||
if (options?.validateInput2) {
|
||||
checkProposedApiEnabled(extension, 'inputBoxSeverity');
|
||||
}
|
||||
return extHostQuickOpen.showInput(options, token);
|
||||
},
|
||||
showOpenDialog(options) {
|
||||
|
||||
Reference in New Issue
Block a user