BradenM / micropy-cli

Micropython Project Management Tool with VSCode support, Linting, Intellisense, Dependency Management, and more!
https://micropy-cli.readthedocs.io
MIT License
311 stars 25 forks source link

You have deperecated linting or formating setting for Python, Please see logs for more details. Source:python #586

Open zcattacz opened 4 months ago

zcattacz commented 4 months ago

VSCode Python extension is constantly complaining for:

08:14:50.798 [error] Following setting is deprecated: "python.linting.pylintEnabled"
08:14:50.798 [error] All settings starting with "python.linting." are deprecated and can be removed from settings.

Searching for this pattern, it turns out they are inherited from :

venv/micropycli/lib/python3.9/site-packages/micropy/project/template/.vscode/settings.json:
"python.linting.enabled": true
venv/micropycli/lib/python3.9/site-packages/micropy/project/template/.vscode/settings.json:    
"python.linting.pylintEnabled": true