Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/task
common/problem-matcher-protocol
ProblemMatcher
Interface ProblemMatcher
interface
ProblemMatcher
{
applyTo
:
ApplyToKind
;
deprecated
?:
boolean
;
fileLocation
:
FileLocationKind
;
filePrefix
?:
string
;
owner
:
string
;
pattern
:
ProblemPattern
|
ProblemPattern
[]
;
severity
?:
Severity
;
source
?:
string
;
uriProvider
?:
(
path
:
string
)
=>
URI
;
watching
?:
WatchingMatcher
;
}
Hierarchy (
View Summary
)
ProblemMatcher
NamedProblemMatcher
Index
Properties
apply
To
deprecated?
file
Location
file
Prefix?
owner
pattern
severity?
source?
uri
Provider?
watching?
Properties
apply
To
applyTo
:
ApplyToKind
Optional
deprecated
deprecated
?:
boolean
file
Location
fileLocation
:
FileLocationKind
Optional
file
Prefix
filePrefix
?:
string
owner
owner
:
string
pattern
pattern
:
ProblemPattern
|
ProblemPattern
[]
Optional
severity
severity
?:
Severity
Optional
source
source
?:
string
Optional
uri
Provider
uriProvider
?:
(
path
:
string
)
=>
URI
Optional
watching
watching
?:
WatchingMatcher
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
apply
To
deprecated
file
Location
file
Prefix
owner
pattern
severity
source
uri
Provider
watching
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...