Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(rescripls): enable typechecking, improve doc #3281

Merged
merged 1 commit into from
Aug 23, 2024

Conversation

bukzor
Copy link
Contributor

@bukzor bukzor commented Aug 22, 2024

I was very confused to find that I got no typechecking by default, since ReScript is meant to be a very-strongly-typed language. The intent seems to be to use the "askToStartBuild" option to start an external build, which integrates with the lsp for typing, but that prompt is much too buggy, and the incremental typing (enabled in this PR) works well for me.

@bukzor bukzor requested a review from glepnir as a code owner August 22, 2024 21:32
I was very confused to find that I got no typechecking by default, since
ReScript is meant to be a very-strongly-typed language. The intent seems
to be to use the "askToStartBuild" option to start an external build,
which integrates with the lsp for typing, but that prompt is much too
buggy, and the incremental typing (enabled in this PR) works well for
me.
@bukzor bukzor force-pushed the bukzor/fix-rescript branch from 88e0ba7 to 09959a4 Compare August 22, 2024 21:34
@glepnir glepnir merged commit c75b0fc into neovim:master Aug 23, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants