Implements

  • Disposable

Constructors

Properties

breakpointDecorations: string[] = []
breakpointRanges: Map<string, [Range, SourceBreakpoint]> = ...
breakpointWidget: DebugBreakpointWidget
breakpoints: BreakpointManager
contextMenu: ContextMenuRenderer
currentBreakpointDecorations: string[] = []
editor: MonacoEditor
editorDecorations: string[] = []
exceptionWidget: DebugExceptionWidget
hintDecorations: string[] = []
inlineValueDecorator: DebugInlineValueDecorator
sessionManager: DebugSessionManager
toDispose: DisposableCollection = ...
toDisposeOnUpdate: DisposableCollection = ...
topFrameRange: undefined | Range
update: ((...arguments) => Promise<void>) = ...

Type declaration

    • (...arguments): Promise<void>
    • Parameters

      • Rest ...arguments: []

      Returns Promise<void>

updatingDecorations: boolean = false
uri: URI
BREAKPOINT_HINT_DECORATION: IModelDecorationOptions = ...
CONTEXT_MENU: MenuPath = ...
FOCUSED_STACK_FRAME_DECORATION: IModelDecorationOptions = ...
FOCUSED_STACK_FRAME_MARGIN: IModelDecorationOptions = ...
STICKINESS: TrackedRangeStickiness = monaco.editor.TrackedRangeStickiness.NeverGrowsWhenTypingAtEdges
TOP_STACK_FRAME_DECORATION: IModelDecorationOptions = ...
TOP_STACK_FRAME_INLINE_DECORATION: IModelDecorationOptions = ...
TOP_STACK_FRAME_MARGIN: IModelDecorationOptions = ...

Accessors

Methods

  • To disable the default editor-contribution hover from Code when the editor has the currentFrame. Otherwise, both textdocument/hover and the debug hovers are visible at the same time when hovering over a symbol.

    Returns Promise<void>