S1

langoustine.lsp.aliases$.TextDocumentFilter$.S1
See theS1 companion object
case class S1(language: Opt[String], scheme: String, pattern: Opt[String])

Attributes

language

A language id, like typescript.

pattern

A glob pattern, like *.{ts,js}.

scheme

A Uri scheme, like file or untitled.

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product