redhat-developer / lsp4ij

LSP Client for IntelliJ
Eclipse Public License 2.0
82 stars 15 forks source link

deprecated diagnostics don't work #431

Closed DetachHead closed 1 month ago

DetachHead commented 1 month ago

according to #358, deprecated diagnostics were added in 0.0.2, but they don't seem to work.

# pyproject.toml

[tool.basedpyright]
pythonPlatform = "All"
pythonVersion = "3.12"
deprecateTypingAliases = true
from typing import Iterable

pycharm with the lsp4ij plugin: image

vscode: image

angelozerr commented 1 month ago

Are you sure your ls publish diagnostics with deprecated tag?

Could you share your lsp trace?

DetachHead commented 1 month ago

this is weird, it works on one PC with the same project and the same config, but doesn't work on my other PC.

anyway i decided to switch back to vscode, so feel free to close this issue if you can't reproduce it

angelozerr commented 1 month ago

Without more information,I'm sorry I cannot help ypu more.

Enjoy with vscode.

If you want to useLSP4IJ again and you have again thei ssue please re-open it and attach your LSP traces.