Properties
Protected
breakpointDecorations
breakpointDecorations: string[] = []
Protected
breakpointRanges
Readonly
breakpointWidget
Readonly
contextMenu
contextMenu: ContextMenuRenderer
Protected
currentBreakpointDecorations
currentBreakpointDecorations: string[] = []
Readonly
editor
editor: MonacoEditor
Protected
editorDecorations
editorDecorations: string[] = []
Protected
hintDecorations
hintDecorations: string[] = []
Readonly
inlineValueDecorator
Protected
Readonly
sessionManager
Protected
Readonly
toDispose
toDispose: DisposableCollection = ...
Protected
toDisposeOnModelChange
toDisposeOnModelChange: DisposableCollection = ...
Protected
Readonly
toDisposeOnUpdate
toDisposeOnUpdate: DisposableCollection = ...
Protected
Readonly
update
update: ((...arguments) => Promise<void>) = ...
Type declaration
- (...arguments): Promise<void>
Returns Promise<void>
Protected
updatingDecorations
updatingDecorations: boolean = false
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 = 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 = ...