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

    Type Parameters

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    breakpoints: BreakpointManager
    commandService: CommandService
    labelProvider: LabelProvider
    openerService: OpenerService
    sessionData: Map<string, BPSessionData> = ...
    treeWidget?: TreeWidget
    uri: URI

    Accessors

    • get verified(): boolean

      When resolved session data exists, reflects the adapter's answer. Otherwise returns true: either no session has weighed in yet (we haven't been told otherwise) or multiple sessions verified at different locations (_raw was cleared to fall back to the user-set position). Matches VSCode's default-true semantics.

      Returns boolean

    Methods