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
This is one of the most asked for features in python extension: microsoft/vscode-python#408
The text was updated successfully, but these errors were encountered:
I think we already support this using the following setting:
lint.run = "onType"
And in VSCode,
{ "ruff.lint.run": "onType" }
Closing this as completed but let me know if you meant something else :)
Sorry, something went wrong.
That is perfect.
No branches or pull requests
This is one of the most asked for features in python extension: microsoft/vscode-python#408
The text was updated successfully, but these errors were encountered: