mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
scm viewlet decorations
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user