Properties
Protected Readonly emitter
emitter: Emitter<(tree: Tree) => Map<string, Data>>
Readonly id
id: "theia-problem-decorator" = 'theia-problem-decorator'
Protected Readonly labelProvider
labelProvider: LabelProvider
Protected Readonly problemManager
Protected problemPreferences
Protected Readonly workspaceService
workspaceService: WorkspaceService
Returns
true
if the diagnostic (data
) of the marker argument hasError
,Warning
, orInformation
severity. Otherwise, returnsfalse
.