struct LSP::RelativePattern
- LSP::RelativePattern
- Struct
- Value
- Object
Overview
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.
Included Modules
- JSON::Serializable
Defined in:
lsp/file_system_watcher.crConstructors
Instance Method Summary
- #base_uri : WorkspaceFolder | String
- #base_uri=(base_uri : WorkspaceFolder | String)
-
#pattern : Pattern
The actual glob pattern;
-
#pattern=(pattern : Pattern)
The actual glob pattern;