[Feature Request]: Disable error line while typing inside monaco editor #3659
Unanswered
avinashkrishna613
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Context
Description
Currently while typing text inside the editor, if it doesn't match the grammar or rules specified, it shows error line under the text. Is there any feature such that, while typing we don't show the error line, but once we halt typing for some x milliseconds(debounce) then show the error line kind of thing? If yes how to achieve that ? Could you please provide any code sample ?
Beta Was this translation helpful? Give feedback.
All reactions