didChangeWatchedFiles

workspace.didChangeWatchedFiles.dynamicRegistration
Client Supported Since
Emacs (eglot) 29.1
Neovim -
Visual Studio Code 1.65.2

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.

since v3.17.0 workspace.didChangeWatchedFiles.relativePatternSupport
Client Supported Since
Emacs (eglot) -
Neovim 0.9.1
Visual Studio Code -

Whether the client has support for :class:`~pygls:lsprotocol.types. RelativePattern relative pattern` or not.