Remove now unused ext host method

This commit is contained in:
Matt Bierner
2021-11-09 18:21:15 -08:00
parent 6816d7ea7a
commit 286af306e8
2 changed files with 0 additions and 10 deletions

View File

@@ -1103,7 +1103,6 @@ export interface MainThreadSCMShape extends IDisposable {
$setInputBoxValue(sourceControlHandle: number, value: string): void;
$setInputBoxPlaceholder(sourceControlHandle: number, placeholder: string): void;
$setInputBoxVisibility(sourceControlHandle: number, visible: boolean): void;
$setInputBoxFocus(sourceControlHandle: number): void;
$showValidationMessage(sourceControlHandle: number, message: string | IMarkdownString, type: InputValidationType): void;
$setValidationProviderIsEnabled(sourceControlHandle: number, enabled: boolean): void;
}