MCPcopy Create free account
hub / github.com/DTStack/molecule / activate

Method activate

src/services/extensionService.ts:40–40  ·  view source on GitHub ↗

* 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[])

Source from the content-addressed store, hash-verified

38 * @param extensions
39 */
40 activate(extensions: IExtension[]): void;
41 /**
42 * Get an extension by the ID
43 * @param name The extension ID

Callers 1

activateMethod · 0.65

Implementers 1

ExtensionServicesrc/services/extensionService.ts

Calls

no outgoing calls

Tested by

no test coverage detected