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
2023-10-26 18:39:52.809 [info] file:///***.py :
There was a critical error during execution of Flake8:
required plugins were not installed!
- installed: flake8, flake8-bugbear, mccabe, pycodestyle, pyflakes
- expected: flake8-bugbear, non-existent-plugin
- missing: non-existent-plugin
Manual flake8 execution:
$ flake8;echo -e "\nExit code: $?"
There was a critical error during execution of Flake8:
required plugins were not installed!
- installed: flake8, flake8-bugbear, mccabe, pycodestyle, pyflakes
- expected: flake8-bugbear, non-existent-plugin
- missing: non-existent-plugin
Exit code: 1
There is flake8.showNotification that can be set to error. The plan for the future is to show a error in the problems view when things like this happen.
Expectations:
Actual behavior:
require-plugins
Flake8 config:
vscode-flake8 output:
Manual flake8 execution:
Versions:
The text was updated successfully, but these errors were encountered: