Merge branch 'scm-viewlet'

This commit is contained in:
Joao Moreno
2017-09-19 17:34:58 +02:00
27 changed files with 1944 additions and 151 deletions

View File

@@ -363,7 +363,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;