microsoft / vscode-flake8

Linting support for python using the flake8 library.
https://marketplace.visualstudio.com/items?itemName=ms-python.flake8
MIT License
40 stars 30 forks source link

Allow disable extension by folder settings #316

Open william-plano-oxb opened 4 months ago

william-plano-oxb commented 4 months ago

I have a multi-root workspace spanning many projects, some of which use flake8 and some do not It would be nice to be able to enable / disable flake8 from the folder level settings.json, currently I can only disable/enable it at the workspace level.