Merge remote-tracking branch 'origin/main' into rebornix/lazy-kernel

This commit is contained in:
rebornix
2022-04-14 10:09:45 -07:00
512 changed files with 10024 additions and 6546 deletions

View File

@@ -625,7 +625,6 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
showInputBox(options?: vscode.InputBoxOptions, token?: vscode.CancellationToken) {
if (options?.validateInput2) {
checkProposedApiEnabled(extension, 'inputBoxSeverity');
options.validateInput = options.validateInput2 as any;
}
return extHostQuickOpen.showInput(options, token);
},