We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bcd625 commit 9af199bCopy full SHA for 9af199b
1 file changed
sqlmesh/lsp/main.py
@@ -789,6 +789,7 @@ def loaded_sqlmesh_message(ls: LanguageServer, folder: Path) -> None:
789
790
def main() -> None:
791
import os
792
+
793
# Avoid LSP forking issues for VS Code and other editors
794
os.environ["MAX_FORK_WORKERS"] = "1"
795
0 commit comments