In more recent versions of ReScript, the rescript-editor-analysis is shipped with your local compiler.
The version the bundled LSP Server is invoking is no longer compatible with newer compiled code.
Is there an option to use a custom ReScript LSP server via configuration?
I would like to install a version I know is compatible and use that one instead of the one bundled with the zed plugin.
In more recent versions of ReScript, the
rescript-editor-analysisis shipped with your local compiler.The version the bundled LSP Server is invoking is no longer compatible with newer compiled code.
Is there an option to use a custom ReScript LSP server via configuration?
I would like to install a version I know is compatible and use that one instead of the one bundled with the zed plugin.