Skip to content

1.1.5

Compare
Choose a tag to compare
@jfcherng jfcherng released this 15 May 11:43
· 82 commits to master since this release
45d0901

Default Behavior Changes

Previously LSP-basedpyright has default basedpyright.analysis.diagnosticSeverityOverrides overrides.
Now they are removed. If you like them, you can add them back to your settings.

"basedpyright.analysis.diagnosticSeverityOverrides": {
  "reportDuplicateImport": "warning",
  "reportImplicitStringConcatenation": "warning",
  "reportUnboundVariable": "warning",
  "reportUnusedClass": "information",
  "reportUnusedFunction": "information",
  "reportUnusedImport": "information",
  "reportUnusedVariable": "information",
},