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
You should then see the log messages in the output channel.
I agree that this is a bit annoying that the notification suggests to refer to the log messages but there won't be any until the user turns them on. This relates to #12523.
Using Ruff 0.6.1 as native server in VSCode 1.92.1, Ruff extension v2024.42.0, on MacOS 14.4 (but I guess all of that is irrelevant).
With a tiny typo like this in the
ruff.toml
I am shown some unspecific Ruff error popup referring to the logs:
Unfortunately, in the logs there is no trace of the actual issue:
Took me ages to find out and I was only successful when I commented out the whole
ruff.toml
and added it back line by line.Would it be possible to have a message like so instead? In the popup if that is possible, or at least in the Ruff output...
Even better would be when Ruff would lint its own settings and issue warnings about incorrect or deprecated settings in
ruff.toml
orpyproject.toml
.Else: Great tool. Love lightning fast linting. Sometimes I create an issue deliberately just to see it pop up 😁
The text was updated successfully, but these errors were encountered: