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
I don't know if this is already available, so pardon me if it is, but I would love a feature which suppresses the warnings/errors about code formatting while still showing the actual errors.
I don't know if this is already possible, but from what I've seen the only option is to either enable diagnostics or disable it via: let g:lsp_diagnostics_enabled = 0 or let g:lsp_diagnostics_enabled = 1 respectively.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I don't know if this is already available, so pardon me if it is, but I would love a feature which suppresses the warnings/errors about code formatting while still showing the actual errors.
I don't know if this is already possible, but from what I've seen the only option is to either enable diagnostics or disable it via:
let g:lsp_diagnostics_enabled = 0
orlet g:lsp_diagnostics_enabled = 1
respectively.The text was updated successfully, but these errors were encountered: