Merge branch '25849' of https://github.com/marckassay/vscode into marckassay-25849

This commit is contained in:
Joao Moreno
2017-08-16 10:06:33 +02:00
7 changed files with 37 additions and 3 deletions

View File

@@ -329,6 +329,7 @@ export type SCMRawResource = [
string /*resourceUri*/,
modes.Command /*command*/,
string[] /*icons: light, dark*/,
string /*tooltip*/,
boolean /*strike through*/,
boolean /*faded*/
];