scm: rootUri api

This commit is contained in:
Joao Moreno
2017-09-13 12:09:54 +02:00
parent 0e2ccd44a6
commit 1b314f3ef4
9 changed files with 61 additions and 26 deletions

View File

@@ -353,7 +353,7 @@ export type SCMRawResourceSplices = [
];
export interface MainThreadSCMShape extends IDisposable {
$registerSourceControl(handle: number, id: string, label: string): void;
$registerSourceControl(handle: number, id: string, label: string, rootUri: string | undefined): void;
$updateSourceControl(handle: number, features: SCMProviderFeatures): void;
$unregisterSourceControl(handle: number): void;