Properties
Protected breakpointDecorations
breakpointDecorations: string[] = []
Protected breakpointRanges
breakpointRanges: Map<string, Range> = ...
Readonly breakpointWidget
Readonly configurationService
configurationService: IConfigurationService
Readonly contextMenu
contextMenu: ContextMenuRenderer
Protected currentBreakpointDecorations
currentBreakpointDecorations: string[] = []
Readonly editor
editor: MonacoEditor
Protected editorDecorations
editorDecorations: string[] = []
Protected hintDecorations
hintDecorations: string[] = []
Readonly inlineValueDecorator
Protected Readonly toDispose
toDispose: DisposableCollection = ...
Protected Readonly toDisposeOnUpdate
toDisposeOnUpdate: DisposableCollection = ...
Protected topFrameRange
topFrameRange: undefined | Range
Protected Readonly update
update: (...arguments: []) => Promise<void> = ...
Type declaration
-
- (...arguments: []): Promise<void>
-
Parameters
Returns Promise<void>
Protected updatingDecorations
updatingDecorations: boolean = false
Protected uri
uri: default
Static BREAKPOINT_HINT_DECORATION
BREAKPOINT_HINT_DECORATION: IModelDecorationOptions = ...
Static CONTEXT_MENU
CONTEXT_MENU: MenuPath = ...
Static FOCUSED_STACK_FRAME_DECORATION
FOCUSED_STACK_FRAME_DECORATION: IModelDecorationOptions = ...
Static FOCUSED_STACK_FRAME_MARGIN
FOCUSED_STACK_FRAME_MARGIN: IModelDecorationOptions = ...
Static STICKINESS
STICKINESS: TrackedRangeStickiness = ...
Static TOP_STACK_FRAME_DECORATION
TOP_STACK_FRAME_DECORATION: IModelDecorationOptions = ...
Static TOP_STACK_FRAME_INLINE_DECORATION
TOP_STACK_FRAME_INLINE_DECORATION: IModelDecorationOptions = ...
Static TOP_STACK_FRAME_MARGIN
TOP_STACK_FRAME_MARGIN: IModelDecorationOptions = ...
To disable the default editor-contribution hover from Code when the editor has the
currentFrame
. Otherwise, bothtextdocument/hover
and the debug hovers are visible at the same time when hovering over a symbol.