We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The language server should support publishing diagnostics of code issues while the user is typing.
We should compile a list of all possible issues that we want to support.
There are four levels of diagnostic severities that we can use.
Maybe certain types of diagnostics can be made configurable in order to hide them (mostly for warnings).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
The language server should support publishing diagnostics of code issues while the user is typing.
We should compile a list of all possible issues that we want to support.
There are four levels of diagnostic severities that we can use.
Maybe certain types of diagnostics can be made configurable in order to hide them (mostly for warnings).
Errors
Warnings
The text was updated successfully, but these errors were encountered: