Closes #128258: Adds ThemeIcon support

This commit is contained in:
Eric Amodio
2021-07-08 18:48:00 -04:00
parent 7b064adcd5
commit 55868691ef
8 changed files with 50 additions and 29 deletions

View File

@@ -1039,7 +1039,7 @@ export interface SCMGroupFeatures {
export type SCMRawResource = [
number /*handle*/,
UriComponents /*resourceUri*/,
UriComponents[] /*icons: light, dark*/,
[UriComponents | ThemeIcon | undefined, UriComponents | ThemeIcon | undefined] /*icons: light, dark*/,
string /*tooltip*/,
boolean /*strike through*/,
boolean /*faded*/,