Skip to main content

Function: onDidUpdateRegistry()

onDidUpdateRegistry(listener, thisArgs?, disposables?): Disposable

Parameters

listener

The listener function will be called when the event happens.

thisArgs?: any

The this-argument which will be used when calling the event listener.

disposables?: Disposable[]

An array to which a Disposable will be added.

Returns

Disposable

A disposable which unsubscribes the event listener.

Defined in

packages/extension-api/src/extension-api.d.ts:931