Edit

ExtensionHost.Initialize(IExtensionHost) Method

Definition

Namespace: Microsoft.CommandPalette.Extensions.Toolkit

The Initialize method is called when the extension host is initialized. This method is typically used to set up any necessary resources or configurations for the extension.

Parameters

host IExtensionHost

The extension host instance that is being initialized. This parameter provides access to the extension host's functionality and services, allowing the extension to interact with the command palette and other components of the system.