Properties Protected
breakpoint Decorations breakpoint Decorations : string [] = []
Protected
breakpoint Ranges Readonly
breakpoint Widget Readonly
context Menu context Menu : ContextMenuRenderer
Protected
current Breakpoint Decorations current Breakpoint Decorations : string [] = []
Readonly
editor editor : MonacoEditor
Protected
editor Decorations editor Decorations : string [] = []
Protected
hint Decorations hint Decorations : string [] = []
Readonly
inline Value Decorator Protected
Readonly
session Manager Protected
Readonly
to Dispose to Dispose : DisposableCollection = ...
Protected
Readonly
to Dispose On Update to Dispose On Update : DisposableCollection = ...
Protected
top Frame Range top Frame Range : undefined | Range
Protected
Readonly
update update : ( ( ... arguments ) => Promise < void > ) = ...
Type declaration ( ... arguments ) : Promise < void > Returns Promise < void > Protected
updating Decorations updating Decorations : 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 = ...
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.