DidChangeWatchedFilesClientCapabilities

langoustine.lsp.structures.DidChangeWatchedFilesClientCapabilities
See theDidChangeWatchedFilesClientCapabilities companion object
case class DidChangeWatchedFilesClientCapabilities(dynamicRegistration: Opt[Boolean], relativePatternSupport: Opt[Boolean])

Value parameters

dynamicRegistration

Did change watched files notification supports dynamic registration. Please note that the current protocol doesn't support static configuration for file changes from the server side.

relativePatternSupport

Whether the client has support for [[RelativePattern relative pattern]] or not. since 3.17.0

Attributes

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