GenLSP.Protocol.Structures.DidSaveTextDocumentParams (gen_lsp v0.0.1)
The parameters sent in a save text document notification
properties
Properties
textDocument :: TextDocumentIdentifier (required)
The document that was saved.
text :: string
Optional the content when saved. Depends on the includeText value when the save notification was requested.