scm viewlet decorations

This commit is contained in:
Joao Moreno
2016-12-01 17:19:47 +01:00
parent 180906c4fe
commit fbeaa5e685
8 changed files with 114 additions and 9 deletions

View File

@@ -236,7 +236,7 @@ export interface SCMProviderFeatures {
supportsOriginalResource: boolean;
}
export type SCMRawResource = [string /*uri*/];
export type SCMRawResource = [string /*uri*/, string /*decoration icon*/, boolean /*strike through*/];
export type SCMRawResourceGroup = [string /*id*/, string /*label*/, SCMRawResource[]];
export abstract class MainThreadSCMShape {