RelativePattern

case class RelativePattern(baseUri: WorkspaceFolder | URI, pattern: Pattern)

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.

Value parameters:
baseUri

A workspace folder or a base URI to which this pattern will be matched against relatively.

pattern

The actual glob pattern;

Since:

3.17.0

Companion:
object
Source:
structures.scala
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product