This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
Replies: 1 comment
-
At the moment, version drift is prevent by doing the opposite, whereby the compiler is embedded into the LSP binary. But I would see this as an improvement in the case where the user would use the typst binary to compile and only use the LSP to check for diagnostic errors. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm wondering if there is a strong case for moving this into the
typst
CLI itself. Prior art for this pattern can be found in the deno CLI, which embeds its own LSP. This prevents the possibility of version drift between the embedded LSP compiler and a separately installed, standalone compiler.Beta Was this translation helpful? Give feedback.
All reactions