Mohammad Soleymani
Mohammad Soleymani

Reputation: 52

VS Code - How to hide inline warning messages?

In VS Code, how can I hide the inline warning messages inside a file as highlighted below with white circles?

inline messages

Upvotes: 2

Views: 1726

Answers (1)

KyleMit
KyleMit

Reputation: 30267

Looks like you're using the Error Lens Extension

You can uninstall it completely, or disable messages in settings like this:

"errorLens.messageEnabled": false

Upvotes: 4

Related Questions