mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
initial proposal of InputBoxValidationSeverity
This commit is contained in:
@@ -1712,7 +1712,7 @@ export interface ExtHostLanguageFeaturesShape {
|
||||
|
||||
export interface ExtHostQuickOpenShape {
|
||||
$onItemSelected(handle: number): void;
|
||||
$validateInput(input: string): Promise<string | null | undefined>;
|
||||
$validateInput(input: string): Promise<string | { content: string; severity: Severity } | null | undefined>;
|
||||
$onDidChangeActive(sessionId: number, handles: number[]): void;
|
||||
$onDidChangeSelection(sessionId: number, handles: number[]): void;
|
||||
$onDidAccept(sessionId: number): void;
|
||||
|
||||
Reference in New Issue
Block a user