View Source GenLSP.Notifications.WorkspaceDidDeleteFiles (gen_lsp v0.10.0)
The will delete files request is sent from the client to the server before files are actually deleted as long as the deletion is triggered from within the client.
@since 3.16.0
Message Direction: clientToServer
Link to this section Summary
Link to this section Types
@type t() :: %GenLSP.Notifications.WorkspaceDidDeleteFiles{ jsonrpc: String.t(), method: String.t(), params: GenLSP.Structures.DeleteFilesParams.t() | nil }