We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b834943 commit a837d35Copy full SHA for a837d35
sqlmesh/lsp/context.py
@@ -34,10 +34,6 @@ class LSPContext:
34
map: t.Dict[Path, t.Union[ModelTarget, AuditTarget]]
35
_render_cache: t.Dict[Path, t.List[RenderModelEntry]]
36
_lint_cache: t.Dict[Path, t.List[AnnotatedRuleViolation]]
37
- """
38
- This is a version ID for the context. It is used to track changes to the context. It can be used to
39
- return a version number to the LSP client.
40
41
42
def __init__(self, context: Context) -> None:
43
self.context = context
0 commit comments