GenLSP.Protocol.Structures.RelativePattern (gen_lsp v0.0.1)
A relative pattern is a helper to construct glob patterns that are matched
relatively to a base URI. The common value for a baseUri
is a workspace
folder root, but it can be another absolute URI as well.
@since 3.17.0
properties
Properties
baseUri :: unimplemented doc type (required)
A workspace folder or a base URI to which this pattern will be matched against relatively.
pattern :: Pattern (required)
The actual glob pattern;