DidChangeWatchedFilesClientCapabilities

langoustine.lsp.structures$.DidChangeWatchedFilesClientCapabilities
case class DidChangeWatchedFilesClientCapabilities(dynamicRegistration: Opt[Boolean], relativePatternSupport: Opt[Boolean])

Attributes

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

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