DidChangeWatchedFilesClientCapabilities

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

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

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product