🐛 SourceControlResourceDecorations.faded

fixes #24097
This commit is contained in:
Joao Moreno
2017-04-27 15:24:58 +02:00
parent 3f0c6c8a5b
commit 9b7a8813e0
8 changed files with 56 additions and 27 deletions

View File

@@ -284,7 +284,8 @@ export type SCMRawResource = [
string /*resourceUri*/,
modes.Command /*command*/,
string[] /*icons: light, dark*/,
boolean /*strike through*/
boolean /*strike through*/,
boolean /*faded*/
];
export abstract class MainThreadSCMShape {