input box length warnings

introduces scm.inputCounter
This commit is contained in:
Joao Moreno
2017-12-12 17:54:28 +01:00
parent 7b4bb1ed2b
commit 946d872acb
9 changed files with 58 additions and 31 deletions

View File

@@ -410,7 +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;
$setLineWarningLength(sourceControlHandle: number, lineWarningLength: number): void;
}
export type DebugSessionUUID = string;