You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But sometimes, I find that it might be useful if I can decorate some words in the error message, for example making the word bold or italics, especially when we want to describe certain identifiers are problematic. The common approach is to enclosed them with backtick.
To achieve this, we just need to allow user to embed HTML within the error message and let the error message UI to render the HTML.
The text was updated successfully, but these errors were encountered:
At the moment, VSCode Diagnostic API only supports plain text error message.
But sometimes, I find that it might be useful if I can decorate some words in the error message, for example making the word bold or italics, especially when we want to describe certain identifiers are problematic. The common approach is to enclosed them with backtick.
To achieve this, we just need to allow user to embed HTML within the error message and let the error message UI to render the HTML.
The text was updated successfully, but these errors were encountered: