vscode-circuitpython icon indicating copy to clipboard operation
vscode-circuitpython copied to clipboard

Only update desired key in `python.analysis.diagnosticSeverityOverrides`

Open jrwagz opened this issue 2 years ago • 3 comments

This should ensure that only the config key we care about is updated, and not every other config that the user has set.

As mentioned in https://github.com/joedevivo/vscode-circuitpython/issues/105

I am NOT a TypeScript developer, but I am a Python developer. So please review this carefully, as I am not sure how to properly test it, nor do I write TypeScript professionally.

jrwagz avatar May 13 '23 19:05 jrwagz

Should probably also just set "reportShadowedImports": "none" by default too as it seems to be something everyone sets because code.py conflicts with Python's code library

evilhamsterman avatar Sep 05 '23 04:09 evilhamsterman

Merged #123, which I think covers this as well

joedevivo avatar Dec 30 '23 12:12 joedevivo

Yes it should @joedevivo

evilhamsterman avatar Dec 31 '23 19:12 evilhamsterman