mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
lsp: Fix deprecation warnings
This commit is contained in:
parent
6a078ee075
commit
1c8d7daea2
1 changed files with 1 additions and 1 deletions
|
@ -472,7 +472,7 @@ class LanguageServer:
|
|||
),
|
||||
}
|
||||
|
||||
if isinstance(err, DeprecationWarning):
|
||||
if isinstance(err, DeprecatedWarning):
|
||||
result["tags"] = [DiagnosticTag.Deprecated]
|
||||
|
||||
if isinstance(err, UnusedWarning):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue