VSCode-Logger API - v1.7.3
    Preparing search index...

    Interface ExtensionTestApi

    interface ExtensionTestApi {
        getSftpPanels(): SftpExplorerPanel[];
        openSftpExplorerForTest(
            device: EmbeddedDevice,
        ): Promise<SftpExplorerPanel | undefined>;
    }
    Index

    Methods