publishDiagnostics

Capabilities relating to the textDocument/publishDiagnostics notification

textDocument.publishDiagnostics.relatedInformation
Client Supported Since
Emacs (eglot) -
Neovim 0.6.1
Visual Studio Code 1.65.2

Whether the clients accepts diagnostics with related information.

since v3.15.0 textDocument.publishDiagnostics.versionSupport
Client Supported Since
Emacs (eglot) -
Neovim -
Visual Studio Code -

Whether the client interprets the version property of the textDocument/publishDiagnostics notification’s parameter.

since v3.16.0 textDocument.publishDiagnostics.codeDescriptionSupport
Client Supported Since
Emacs (eglot) -
Neovim -
Visual Studio Code 1.65.2

Client supports a codeDescription property

since v3.16.0 textDocument.publishDiagnostics.dataSupport
Client Supported Since
Emacs (eglot) -
Neovim -
Visual Studio Code 1.65.2

Whether code action supports the data property which is preserved between a textDocument/publishDiagnostics and textDocument/codeAction request.

tagSupport

textDocument.publishDiagnostics.tagSupport.valueSet
Client Deprecated Unnecessary
Emacs (eglot) 29.1 29.1
Neovim 0.6.1 0.6.1
Visual Studio Code 1.65.2 1.65.2

The tags supported by the client.