Interface ExtensionContext

interface ExtensionContext {
    subscriptions: Disposable[];
}

Properties

Properties

subscriptions: Disposable[]