scm: SourceControl.selected and event

This commit is contained in:
Joao Moreno
2018-08-08 16:22:02 +02:00
parent f0d05f55b3
commit a736955e6e
4 changed files with 83 additions and 1 deletions

View File

@@ -882,6 +882,7 @@ export interface ExtHostSCMShape {
$onInputBoxValueChange(sourceControlHandle: number, value: string): TPromise<void>;
$executeResourceCommand(sourceControlHandle: number, groupHandle: number, handle: number): TPromise<void>;
$validateInput(sourceControlHandle: number, value: string, cursorPosition: number): TPromise<[string, number] | undefined>;
$setSelectedSourceControls(selectedSourceControlHandles: number[]): TPromise<void>;
}
export interface ExtHostTaskShape {