Merge branch 'hui/scm-inputbox-placeholder' of https://github.com/huizhougit/vscode into huizhougit-hui/scm-inputbox-placeholder

This commit is contained in:
Joao Moreno
2017-11-08 12:02:33 +01:00
8 changed files with 46 additions and 2 deletions

View File

@@ -404,6 +404,7 @@ export interface MainThreadSCMShape extends IDisposable {
$spliceResourceStates(sourceControlHandle: number, splices: SCMRawResourceSplices[]): void;
$setInputBoxValue(sourceControlHandle: number, value: string): void;
$setInputBoxPlaceholder(sourceControlHandle: number, placeholder: string): void;
}
export type DebugSessionUUID = string;