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

Linting doesn't work during typing the text #272

Closed
dmitsermar opened this issue Nov 21, 2017 · 1 comment
Closed

Linting doesn't work during typing the text #272

dmitsermar opened this issue Nov 21, 2017 · 1 comment
Labels
area-linting bug Issue identified by VS Code Team member as probable bug
Milestone

Comments

@dmitsermar
Copy link

Environment data

VS Code version: 1.18.1
Python Extension version: 0.8.0
Python Version: 3.6
OS and version: Win7SP1, x64

Actual behavior

Linting does not work during typing the text even if parameter python.linting.lintOnTextChange = true.
Linting on file save works as expected.

Expected behavior

Linting highlights syntactical and stylistic errors in my source code as I type it

Steps to reproduce:

  • set to "true" the python.linting.lintOnTextChange;
  • create a Python file and type some code with errors - linter doesn't highligt the errors;
  • save the file - linter highlights the errors

Logs

Output from Python output panel
empty
Output from Console window (Help->Developer Tools menu)
empty

@DonJayamanne
Copy link

Duplicate #28

@DonJayamanne DonJayamanne added closed-duplicate area-linting bug Issue identified by VS Code Team member as probable bug labels Nov 21, 2017
@DonJayamanne DonJayamanne added this to the December 2017 milestone Nov 21, 2017
@lock lock bot locked as resolved and limited conversation to collaborators Jul 12, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-linting bug Issue identified by VS Code Team member as probable bug
Projects
None yet
Development

No branches or pull requests

2 participants