mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
scm viewlet: themable icons
This commit is contained in:
@@ -236,7 +236,11 @@ export interface SCMProviderFeatures {
|
||||
supportsOriginalResource: boolean;
|
||||
}
|
||||
|
||||
export type SCMRawResource = [string /*uri*/, string /*decoration icon*/, boolean /*strike through*/];
|
||||
export type SCMRawResource = [
|
||||
string /*uri*/,
|
||||
string[] /*icons: light, dark*/,
|
||||
boolean /*strike through*/
|
||||
];
|
||||
export type SCMRawResourceGroup = [string /*id*/, string /*label*/, SCMRawResource[]];
|
||||
|
||||
export abstract class MainThreadSCMShape {
|
||||
|
||||
Reference in New Issue
Block a user