View Source GenLSP.Structures.DidChangeWatchedFilesClientCapabilities (gen_lsp v0.8.1)

Link to this section Summary

Functions

Fields

  • dynamic_registration: 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.

Link to this section Types

@type t() :: %GenLSP.Structures.DidChangeWatchedFilesClientCapabilities{
  dynamic_registration: boolean() | nil,
  relative_pattern_support: boolean() | nil
}

Link to this section Functions

Link to this function

%GenLSP.Structures.DidChangeWatchedFilesClientCapabilities{}

View Source (struct)

fields

Fields

  • dynamic_registration: 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.

  • relative_pattern_support: Whether the client has support for {@link RelativePattern relative pattern} or not.

    @since 3.17.0