Improve comments 🤓

This commit is contained in:
Sergio Padrino 2021-01-18 09:52:02 +01:00
parent 7ea92a68ae
commit 82dfe2cee0

View file

@ -55,6 +55,9 @@ interface IWindowsExternalEditor {
* fields (display name, publisher and installation path).
*
* Receives the collection of registry key-value pairs for the app.
*
* Optional. If not provided, those three pieces of info will be obtained from
* the 'DisplayName', 'Publisher' and 'InstallLocation' keys, respectively.
*/
readonly appInformationExtractor?: AppInformationExtractor