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

Official VSCode plugin for ReScript

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

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 ![Image](https://github.com/user-attachments/assets/0d463951-59db-459a-aa13-7fea7c0c5bfe) 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.

![image](https://github.com/user-attachments/assets/3c875270-b0ee-4516-b31e-a709a72af2a5)

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: ![Image](https://github.com/user-attachments/assets/4fcbd6be-ddbf-4171-aac5-5ebb1e79f9a8) ❌Show errors (worked on 1.58): ![Image](https://github.com/user-attachments/assets/e0eecbe1-04b2-4abe-9cec-de8648415e8c) ❌Hover on variable/function definition: ![Image](https://github.com/user-attachments/assets/5c0f9358-a932-4413-a1ba-d98ba8f5f3d7) ✅Hover some arguments: ![Image](https://github.com/user-attachments/assets/ca2269b8-573e-4e5b-89a6-1a26f38173af) ❌Hover on function:...