View Source GenLSP.Notifications.WorkspaceDidCreateFiles (gen_lsp v0.10.0)
The did create files notification is sent from the client to the server when files were created 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.WorkspaceDidCreateFiles{ jsonrpc: String.t(), method: String.t(), params: GenLSP.Structures.CreateFilesParams.t() | nil }