Merge branch 'commit-counter' of https://github.com/jayjun/vscode into jayjun-commit-counter

This commit is contained in:
Joao Moreno
2017-12-12 16:57:27 +01:00
8 changed files with 70 additions and 4 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;