rescript-vscode
rescript-vscode copied to clipboard
Official VSCode plugin for ReScript
1. Code Analyzer instantly crashes and comes back with an error alert with the description: `Cannot read properties of undefined (reading 'document')` 2. I tried running it on a different...
I get the behavior with beta.5 and 1.64.0 Any change in https://github.com/DZakh/sury Sury.res which requires a formatting update.
Downgrading to v1.62.0 fixes it. We are currently still stuck on `"rescript": 9.1.4`, I imagine that is the reason?
 at least with semantic highlighting on this should be fixable
Only users of the latest version actually get correct autocompletions for their rescript.json, e.g. I now get "Property pinned-dependencies is not allowed." in a ReScript 11 project. We should find...
for us non-vs code users, please give us a way to invoke the analyzer from a cli! :(
I can't get rescript-language-server working in my NeoVim w/ ```lua return { { "rescript-lang/vim-rescript", ft = "rescript" }, { "neovim/nvim-lspconfig", opts = { servers = { rescriptls = { mason...