forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
area-lintingfeature-requestRequest for new features or functionalityRequest for new features or functionality
Milestone
Description
In order to get the linter to run when changes are made, setting python.linting.lintOnTextChange also requires the user to turn on the setting files.autoSave. This defeats the purpose of this setting. Hence we have decided to deprecate this.
If you require linting of Python files on text change then enable the following settings:
"python.linting.lintOnSave": true,
"files.autoSave": trueIf the above solution is not acceptable and you prefer the linter to run without having to save your changes, then please add your vote 👍 against the following issue #408.
Metadata
Metadata
Assignees
Labels
area-lintingfeature-requestRequest for new features or functionalityRequest for new features or functionality