We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83a3c3e commit b4422f5Copy full SHA for b4422f5
1 file changed
sqlmesh/lsp/main.py
@@ -66,7 +66,7 @@ def ensure_context_for_document(document: TextDocument) -> TextDocument:
66
def formatting(
67
ls: LanguageServer, params: types.DocumentFormattingParams
68
) -> t.List[types.TextEdit]:
69
- """Format the document based using SQLMesh format_model_expressions."""
+ """Format the document using SQLMesh format_model_expressions."""
70
try:
71
document = ensure_context_for_document(ls.workspace.get_document(params.text_document.uri))
72
context, _ = PATHS_TO_MODELS.get(document.path, (None, None))
0 commit comments