Protected
breakpointDecorations
breakpointDecorations: string[] = []
Protected
breakpointRanges
Protected
currentBreakpointDecorations
currentBreakpointDecorations: string[] = []
Protected
editorDecorations
editorDecorations: string[] = []
Protected
hintDecorations
hintDecorations: string[] = []
Readonly
inlineValueDecorator
Protected
Readonly
sessionManager
Protected
Readonly
toDispose
Protected
toDisposeOnModelChange
Protected
Readonly
toDisposeOnUpdate
Protected
Readonly
update
update: (...arguments: []) => Promise<void> = ...
Protected
updatingDecorations
updatingDecorations: boolean = false
Static
BREAKPOINT_HINT_DECORATION
BREAKPOINT_HINT_DECORATION: IModelDecorationOptions = ...
Static
FOCUSED_STACK_FRAME_DECORATION
FOCUSED_STACK_FRAME_DECORATION: IModelDecorationOptions = ...
Static
FOCUSED_STACK_FRAME_MARGIN
FOCUSED_STACK_FRAME_MARGIN: IModelDecorationOptions = ...
Static
STICKINESS
STICKINESS: TrackedRangeStickiness = monaco.editor.TrackedRangeStickiness.NeverGrowsWhenTypingAtEdges
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 = ...
Dispose this object.