Theia API Documentation v1.65.0
    Preparing search index...
    interface OutputChannelRegistryExt {
        createOutputChannel(name: string, pluginInfo: PluginInfo): OutputChannel;
        createOutputChannel(
            name: string,
            pluginInfo: PluginInfo,
            options: { log: true },
        ): LogOutputChannel;
    }

    Implemented by

    Index

    Methods