GenLSP.Notifications.WorkspaceDidChangeWatchedFiles (gen_lsp v0.0.5)
The watched files notification is sent from the client to the server when the client detects changes to file watched by the language client.
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 }