We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e377a9 commit 4c20ee9Copy full SHA for 4c20ee9
1 file changed
sqlmesh/lsp/main.py
@@ -424,7 +424,6 @@ def _diagnostics_to_lsp_diagnostics(
424
"""
425
Converts a list of AnnotatedRuleViolations to a list of LSP diagnostics. It will remove duplicates based on the message and range.
426
427
- # Use a set to track unique diagnostics based on their message and range
428
lsp_diagnostics = {}
429
for diagnostic in diagnostics:
430
lsp_diagnostic = SQLMeshLanguageServer._diagnostic_to_lsp_diagnostic(diagnostic)
0 commit comments