-
Notifications
You must be signed in to change notification settings - Fork 1.2k
error squiggle lines not showing for Python files #9657
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
Comments
In your workspace directory, .vscode > settings.json, declare
Bug also affected #9577 Similar to: microsoft/python-language-server#1868 Relevant to #7314 Possible cause #7314 (comment) |
thanks, your solution worked but it is |
In latest version, workspace is not registering settings from checkboxes so you have to explicitly declare in settings.json what settings you want to enable for your workspace. Flake8 is not affected by this. Pylint and Microsoft Python Language Server seem to be not working due to this. |
Not work for me. Even with these lines in workspace settings the current linting setting showed in command palette is still "off". Switch to Jedi and everything is back to normal. VS Code : Python extension version: 2020.1.58038 |
Duplicate of #9649. |
Environment data
"python.jediEnabled"
set to; more info How to update the language server to the latest stable version #3977): trueExpected behaviour
underlining error squiggle lines show for errors in python files.
Actual behaviour
no error squiggle lines showing. seems as if pylint is not working
Steps to reproduce:
error squiggle lines stopped coming. I don't know what i did maybe after installing anaconda but i have uninstalled it now and the issue still persists.
here is a link to the same problem I asked on stackoverflow(it has images and other system data):
sameIssueOnStackoverflow
Logs
Output for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)Output from
Console
under theDeveloper Tools
panel (toggle Developer Tools on underHelp
; turn on source maps to make any tracebacks be useful by runningEnable source map support for extension debugging
) only the errorsThe text was updated successfully, but these errors were encountered: