Type Alias TextDocumentContentChangeWholeDocument

TextDocumentContentChangeWholeDocument: { text: string }

Type declaration

  • text: string

    The new text of the whole document.

3.18.0