rescript-vscode icon indicating copy to clipboard operation
rescript-vscode copied to clipboard

Official VSCode plugin for ReScript

Results 197 rescript-vscode issues
Sort by recently updated
recently updated
newest added

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?

![bildschirmfoto_2025-07-28_um_11.04.03.png](https://github.com/user-attachments/assets/4dde4b35-104b-437b-b036-d3f49ab70395) 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...

bug

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...