astral-sh / ruff-vscode

A Visual Studio Code extension with support for the Ruff linter.
Other
946 stars 45 forks source link

Deprecation in Documentation #415

Closed iulica closed 4 months ago

iulica commented 4 months ago

Tried to follow the documentation and got a deprecation warning when adding:

"source.fixAll": true, "source.organizeImports": true

it should be "explicit" instead of true

MichaReiser commented 4 months ago

Would you be interested in making a PR to fix the documentation?

iulica commented 4 months ago

Done

charliermarsh commented 4 months ago

Closed by https://github.com/astral-sh/ruff-vscode/pull/416. Thanks!