VSCode-Logger API - v1.7.3
    Preparing search index...
    interface ConnectionCallbacks {
        onClose: () => void;
        onError: (message: string) => void;
        onStatus: (message: string) => void;
    }
    Index

    Properties

    onClose: () => void
    onError: (message: string) => void
    onStatus: (message: string) => void