rescript-vscode
rescript-vscode copied to clipboard
Official VSCode plugin for ReScript
Each time I start Zed I get this error. This refers to a file that was deleted weeks ago. I can't figure out where the cache is or how to...
`npm ci` typically takes ~10s, but for `ubuntu-24.04-arm` it can take up to 10 minutes. By [using `npm i --timing`](https://github.com/mediremi/rescript-vscode/pull/1/commits/f43c93b6bbbdad3b3bdc7e67bbc8cce9f672e847), I managed to pinpiont the source of the issue to...
It has never been really obvious to me that this build  is a watch build and you don't need to run `rescript -w` in a separate terminal anymore. What...
In the incremental logs I noticed: Error: spawnSync /Users/nojaf/Projects/snake/node_modules/@rolandpeelen/rewatch/rewatch ENOENT at Object.spawnSync (node:internal/child_process:1123:20) at spawnSync (node:child_process:892:24) at Object.execFileSync (node:child_process:935:15) at Object.func (node:electron/js2c/node_init:2:2559) at /Users/nojaf/.cursor/extensions/chenglou92.rescript-vscode-1.63.8/server/out/cli.js:37:3596 at new Promise () at Kv...
Hello I'm using ReScript 11.1.4 and extension 1.63.6 I have several modules in the style of ```res module FooBar = { let make = React.lazy_(() => Js.import(FooBar.make)) } module App...
Sibling to https://github.com/rescript-lang/rescript/pull/7369.
It would be great if we had [textDocument/selectionRange](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_selectionRange). I believe this powers the expand/shrink selection.

Report details: ```txt The module or file RescriptCore can't be found. - If it's a third-party dependency: - Did you add it to the "bs-dependencies" or "bs-dev-dependencies" in bsconfig.json? -...
Hello, Autocomplete works, but errors nope and "hover" time-to-time ✅ Autocomplete:  ❌Show errors (worked on 1.58):  ❌Hover on variable/function definition:  ✅Hover some arguments:  ❌Hover on function:...