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
I want to disable flake8 for a project. I added "flake8.enabled" : false, to my setting.json. But vscode complains about this setting being unknown and also my project is still linted by flake8!
The text was updated successfully, but these errors were encountered:
Hi! Can you check both your user and workspace settings and send anything over related to either of those? It could be a conflict between settings across different levels.
I want to disable flake8 for a project. I added
"flake8.enabled" : false,
to mysetting.json
. But vscode complains about this setting being unknown and also my project is still linted by flake8!The text was updated successfully, but these errors were encountered: