use UriComponents for SCMRawResource

fixes microsoft/vscode-remote-release#2115
This commit is contained in:
Joao Moreno
2020-02-04 10:32:16 +01:00
parent 21a8205995
commit 788cfa0767
3 changed files with 16 additions and 17 deletions

View File

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