GenLSP.Protocol.Structures.ChangeAnnotation (gen_lsp v0.0.1)

Additional information that describes document changes.

@since 3.16.0

properties

Properties

label :: string (required)

A human-readable string describing the actual change. The string is rendered prominent in the user interface.

needsConfirmation :: boolean

A flag which indicates that user confirmation is needed before applying the change.

description :: string

A human-readable string which is rendered less prominent in the user interface.