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
Hi, I was wondering if there is a way to filter out the reported errors. I am using Eglot to read the typescript-language-server errors for my .js files to obtain features such as auto-import, however, I want to omit displaying all other errors, such as type errors since I am working in plain JS.
So I am wondering if there's a way to tell Flymake to ignore certain error codes reported by Eglot?
The text was updated successfully, but these errors were encountered:
Hi, I was wondering if there is a way to filter out the reported errors. I am using Eglot to read the
typescript-language-server
errors for my.js
files to obtain features such as auto-import, however, I want to omit displaying all other errors, such as type errors since I am working in plain JS.So I am wondering if there's a way to tell Flymake to ignore certain error codes reported by Eglot?
The text was updated successfully, but these errors were encountered: