Skip to content
New issue

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

Implement support for linting on change #280

Closed
karthiknadig opened this issue Oct 16, 2023 · 2 comments
Closed

Implement support for linting on change #280

karthiknadig opened this issue Oct 16, 2023 · 2 comments

Comments

@karthiknadig
Copy link

This is one of the most asked for features in python extension: microsoft/vscode-python#408

@dhruvmanila
Copy link
Member

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 :)

@karthiknadig
Copy link
Author

That is perfect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants