Added git\src\model tooltip for decorations.

This commit is contained in:
Marc Kassay
2017-06-27 12:46:58 -04:00
parent 9c24e9a1c2
commit dc4e07da58
7 changed files with 37 additions and 3 deletions

View File

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