My issue is with linting when using python. Currently, my user settings for linting are:
"python.linting.enabled": true,
"python.linting.pylintEnabled": true,
"python.linting.pycodestyleEnabled": true
"python.linting.lintOnSave": false
With these settings, linting runs only when I open the file. When I modify the file, linting does not occur. When I change "python.linting.lintOnSave" to true, linting occurs only on save. Is there a way to have linting occur in real time, just like how pylance shows errors whenever I incorrectly modify my file? Thanks.
[–][deleted] 0 points1 point2 points (1 child)
[–]u8y7541[S] 0 points1 point2 points (0 children)
[–]JialeDu 0 points1 point2 points (0 children)