automatically marshal scm resources

This commit is contained in:
Joao Moreno
2017-03-30 08:56:28 +02:00
parent ccfcbe6c6f
commit b68c8e3347
9 changed files with 153 additions and 60 deletions

View File

@@ -260,6 +260,7 @@ export interface SCMGroupFeatures {
}
export type SCMRawResource = [
number /*handle*/,
string /*resourceUri*/,
modes.Command /*command*/,
string[] /*icons: light, dark*/,