mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
deco - use correct/overwrite decorations in scm viewlet because the same URI can have multiple decorations
This commit is contained in:
@@ -368,7 +368,11 @@ export type SCMRawResource = [
|
||||
string[] /*icons: light, dark*/,
|
||||
string /*tooltip*/,
|
||||
boolean /*strike through*/,
|
||||
boolean /*faded*/
|
||||
boolean /*faded*/,
|
||||
|
||||
string /*source*/,
|
||||
string /*letter*/,
|
||||
ThemeColor /*color*/
|
||||
];
|
||||
|
||||
export type SCMRawResourceSplice = [
|
||||
|
||||
Reference in New Issue
Block a user