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
I have VS Code 1.18.0, Python extension 0.8.0, published by Microsoft.
I have the setting "python.linting.enabled": false,, but linting is still active.
"python.linting.enabled": false,
The text was updated successfully, but these errors were encountered:
Fixes #26 Do not run linters when linters are disabled (#222)
f23439b
* Fix microsoft/vscode#37627 (#1368) * check doc language and if linting is disabled
Merge branch 'master' of https://github.com/Microsoft/vscode-python
d470523
* 'master' of https://github.com/Microsoft/vscode-python: Fixes #56 list all environments (#219) Fixes #57 Disable activation on debugging (#220) Fixes #26 Do not run linters when linters are disabled (#222)
Successfully merging a pull request may close this issue.
I have VS Code 1.18.0, Python extension 0.8.0, published by Microsoft.
I have the setting
"python.linting.enabled": false,
, but linting is still active.The text was updated successfully, but these errors were encountered: