Skip to content

Description of "version" of "TextDocumentItem" is unclear #241

Description

The version field of TextDocumentItem is described as follows:

The version number of this document (it will strictly increase after each change, including undo/redo).

It is unclear what strictly increase means.

  • If it means that the subsequent version number could be any number that is greater than the previous one, then the word strictly can and should be omitted.
  • If an increment of the version number by exactly one is meant, the description should say so, e.g.:

The version number of this document. Each change, including undo/redo, increments it by one.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions