micropy-cli icon indicating copy to clipboard operation
micropy-cli copied to clipboard

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

Open zcattacz opened this issue 3 months ago • 0 comments

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

zcattacz avatar Apr 09 '24 00:04 zcattacz