Releases: sublimelsp/LSP-pyright
Releases · sublimelsp/LSP-pyright
1.3.5
- chore: update pyright 1.1.364
1.3.4
Default Behavior Changes
Previously LSP-pyright has default python.analysis.diagnosticSeverityOverrides
overrides.
Now they are removed. If you like them, you can add them back to your settings.
"python.analysis.diagnosticSeverityOverrides": {
"reportDuplicateImport": "warning",
"reportImplicitStringConcatenation": "warning",
"reportUnboundVariable": "warning",
"reportUnusedClass": "information",
"reportUnusedFunction": "information",
"reportUnusedImport": "information",
"reportUnusedVariable": "information",
},
- chore: update pyright 1.1.363
1.3.3
- chore: update pyright 1.1.362
1.3.2
- chore: update pyright 1.1.361
1.3.1
- chore: update pyright 1.1.360
1.3.0
Switch to Python 3.8.
1.2.82
- chore: update pyright 1.1.359
1.2.81
- chore: update pyright 1.1.358
1.2.80
- chore: update pyright 1.1.357
1.2.79
- chore: update pyright 1.1.356