Reputation: 52
In VS Code, how can I hide the inline warning messages inside a file as highlighted below with white circles?
Upvotes: 2
Views: 1726
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