Skip to content

Severity Overrides ignored since recent update #519

@thecircleisround

Description

@thecircleisround

Hello,

Having issues with type errors since python-lsp-server update. reportGeneralTypeIssues setting seems to be ignored.

"python.analysis.diagnosticSeverityOverrides": {
			"reportDuplicateImport": "warning",
			"reportImplicitStringConcatenation": "warning",
			"reportMissingParameterType": "none",
			"reportUnboundVariable": "warning",
			"reportUninitializedInstanceVariable": "none",
			"reportUnusedClass": "information",
			"reportUnusedFunction": "information",
			"reportUnusedImport": "information",
			"reportUnusedVariable": "information",
			"reportGeneralTypeIssues": "none",
		},

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions