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
Consider this sequence of operations.
Step 1: no errors in the Output tab:
Step 2: introduce an error on the std.debug.print line:
Step 3: fix it and hit Save. Alas, observe how the error doesn't go away.
It does go away if I reload VSCode.
I think the error is only discovered when using the zig build check feature, as I believe ZLS doesn't find format string errors without it.
zig build check
The text was updated successfully, but these errors were encountered:
This issue is tracked by zigtools/zls#2018.
Sorry, something went wrong.
No branches or pull requests
Consider this sequence of operations.
Step 1: no errors in the Output tab:
Step 2: introduce an error on the std.debug.print line:
Step 3: fix it and hit Save. Alas, observe how the error doesn't go away.
It does go away if I reload VSCode.
I think the error is only discovered when using the
zig build check
feature, as I believe ZLS doesn't find format string errors without it.The text was updated successfully, but these errors were encountered: