S0

langoustine.lsp.aliases$.TextDocumentFilter$.S0
See theS0 companion object
case class S0(language: String, scheme: Opt[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