astral-sh / ruff-vscode

A Visual Studio Code extension with support for the Ruff linter.
Other
1.06k stars 53 forks source link

Allow opt-out of standard library detection #395

Closed charliermarsh closed 8 months ago

charliermarsh commented 8 months ago

Summary

Users can now specify "ruff.ignoreStandardLIbrary": false to turn off the standard library detection.

Closes https://github.com/astral-sh/ruff-vscode/issues/351.

hansalemaos commented 8 months ago

not working:

"ruff.ignoreStandardLIbrary": false

working:

"ruff.ignoreStandardLibrary": false

I guess you were not lying yesterday when you said that you were tired hahaha Thanks again for your great work. I have been testing the linter for some hours and it is really AWESOME!