* Activate the extensions (includes `contributes` type). * Notice: this method only do the `activate` work, not store the data into ExtensionService, * which means you can't get the Extension by the `ExtensionService. getExtension` method. * @param extensions
(extensions: IExtension[])
| 38 | * @param extensions |
| 39 | */ |
| 40 | activate(extensions: IExtension[]): void; |
| 41 | /** |
| 42 | * Get an extension by the ID |
| 43 | * @param name The extension ID |
no outgoing calls
no test coverage detected