Finalize InputBoxMessageSeverity API (#148961)

This commit is contained in:
Tyler James Leonhardt
2022-05-06 14:37:40 -07:00
committed by GitHub
parent 95a97e808a
commit 2d9244c330
5 changed files with 33 additions and 72 deletions

View File

@@ -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) {