Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only update desired key in python.analysis.diagnosticSeverityOverrides #120

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

jrwagz
Copy link

@jrwagz jrwagz commented May 13, 2023

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 #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.

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 joedevivo#105
@evilhamsterman
Copy link
Contributor

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

@joedevivo
Copy link
Owner

Merged #123, which I think covers this as well

@evilhamsterman
Copy link
Contributor

Yes it should @joedevivo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants