Add warningLength to SourceControlInputBox

This commit is contained in:
Tan Jay Jun
2017-11-11 21:09:54 +08:00
parent 37f4030344
commit c407635fdf
8 changed files with 67 additions and 15 deletions

View File

@@ -410,6 +410,7 @@ export interface MainThreadSCMShape extends IDisposable {
$setInputBoxValue(sourceControlHandle: number, value: string): void;
$setInputBoxPlaceholder(sourceControlHandle: number, placeholder: string): void;
$setWarningLength(sourceControlHandle: number, warningLength: number): void;
}
export type DebugSessionUUID = string;