FileOperationFilter

langoustine.lsp.structures.FileOperationFilter
See theFileOperationFilter companion object
case class FileOperationFilter(scheme: Opt[String], pattern: FileOperationPattern)

A filter to describe in which file operation requests or notifications the server is interested in receiving.

Value parameters

pattern

The actual file operation pattern.

scheme

A Uri scheme like file or untitled.

Attributes

Since

3.16.0

Companion
object
Source
structures.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product