Datalayer VS Code Extension - v0.0.18
    Preparing search index...

    Handle returned by onChange to unsubscribe from change notifications.

    interface IDisposableListener {
        dispose: () => void;
    }
    Index
    dispose: () => void

    Removes the change listener.