You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Relevant/affected Python packages and their versions: pylint-2.2.2, autopep8-1.4.3
Expected behaviour
On save, linting should occur by default. When inputting the proper control sequence (Option-Shift-F), formatting should occur.
Actual behaviour
Nothing. No errors or other output for linter (pylint) even when nonsensical code is put into document, formatter says "There is no document formatter for 'python'-files installed."
Environment data
pylint-2.2.2
,autopep8-1.4.3
Expected behaviour
On save, linting should occur by default. When inputting the proper control sequence (Option-Shift-F), formatting should occur.
Actual behaviour
Nothing. No errors or other output for linter (pylint) even when nonsensical code is put into document, formatter says "There is no document formatter for 'python'-files installed."
Steps to reproduce:
ms-python.python
extensionautopep8
andpylint
via pipLogs
Output for
Python
in theOutput
panel:Output from
Console
under theDeveloper Tools
panel:The text was updated successfully, but these errors were encountered: