git: countBadge config

This commit is contained in:
Joao Moreno
2017-01-31 17:06:21 +01:00
parent adb32aa444
commit da1a21d1de
9 changed files with 47 additions and 10 deletions

View File

@@ -257,7 +257,7 @@ export type SCMRawResourceGroup = [string /*id*/, string /*label*/, SCMRawResour
export abstract class MainThreadSCMShape {
$register(id: string, features: SCMProviderFeatures): void { throw ni(); }
$unregister(id: string): void { throw ni(); }
$onChange(id: string, resources: SCMRawResourceGroup[]): void { throw ni(); }
$onChange(id: string, resources: SCMRawResourceGroup[], count: number | undefined): void { throw ni(); }
}
// -- extension host