microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
162.66k stars 28.68k forks source link

Allow diagnostics messages to have markdown (or formatted text) content #54272

Open mjbvz opened 6 years ago

mjbvz commented 6 years ago

Feature request Allow diagnostics to display formatted content. The specific request was to show part of a diagnostic message in bold.

A few potential options:

(This request came out of the FB meeting)

16bit-ykiko commented 1 month ago

Is there any progress? I found LSP Specification has already supported markdown string as diagnostic text, see Change the type of Diagnostic.message to MarkedString.