* Load the extension instances and then activate them. * Notice: The ExtensionService doesn't load an existed Extension, if you want inactivate * someone extension, there can use the `ExtensionService.inactive` method, also if you want * remove a extension, you can use the `ExtensionS
(extensions: IExtension[])
| 25 | * @param extensions The extension array |
| 26 | */ |
| 27 | load(extensions: IExtension[]): void; |
| 28 | /** |
| 29 | * Add the extensions to ExtensionService, but no activated. |
| 30 | * @param extensions The Extensions wait to added |
no outgoing calls
no test coverage detected