Theia API Documentation v1.65.0
    Preparing search index...

    A provider of port attributes. Port attributes are used to determine what action should be taken when a port is discovered.

    interface PortAttributesProvider {
        providePortAttributes(
            attributes: { commandLine?: string; pid?: number; port: number },
            token: CancellationToken,
        ): ProviderResult<PortAttributes>;
    }
    Index

    Methods