my first question here :)
Iam trying to develop a Brackets Extension that would sync all installed extensions across other PCs. Point is, that I can't get info like version, url of the origin repo etc.
I was using ExtensionManager api, but extension field provides only info like following(ex. data for "JSLint" extension:
{"installInfo":
{"metadata":
{"name":"JSLint",
"title":"JSLint"},
"path":"C:/(...)/default/JSLint",
"locationType":"default",
"status":"enabled"}
}
I guess that there must be some model extending function, that would attach information I seek.(Brackets for sure has it hidden somewhere, cause native extension manager has all this crucial data - debugging didn't help too much :( )