View Source GenLSP.Notifications.WorkspaceDidChangeConfiguration (gen_lsp v0.8.1)

The configuration change notification is sent from the client to the server when the client's configuration has changed. The notification contains the changed configuration as defined by the language client.

Message Direction: clientToServer

Link to this section Summary

Link to this section Types

@type t() :: %GenLSP.Notifications.WorkspaceDidChangeConfiguration{
  jsonrpc: String.t(),
  method: String.t(),
  params: GenLSP.Structures.DidChangeConfigurationParams.t() | nil
}