Protected
Readonly
emitterReadonly
idProtected
Readonly
labelProtected
Readonly
problemProtected
problemProtected
Readonly
workspaceProtected
appendProtected
collectProtected
collecta map matching stringified URI's to a decoration whose features reflect the highest-severity problem found and the number of problems found (based on ProblemDecorator.toDecorator)
Protected
compareProtected
compareProtected
filterReturns true
if the diagnostic (data
) of the marker argument has Error
, Warning
, or Information
severity.
Otherwise, returns false
.
Protected
fireProtected
generateProtected
getProtected
getGet the decoration for a given marker diagnostic. Markers with higher severity have a higher priority and should be displayed.
the diagnostic marker.
Protected
getProtected
initProtected
to
Deprecated
since 1.25.0 URI-based decorators should implement
DecorationsProvider
and contribute decorations via theDecorationsService
.