View Source GenLSP.Notifications.WorkspaceDidChangeWatchedFiles (gen_lsp v0.10.0)

The watched files notification is sent from the client to the server when the client detects changes to file watched by the language client.

Message Direction: clientToServer

Link to this section Summary

Link to this section Types

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