Florian Verdonck

Results 874 comments of Florian Verdonck

The lockfile got renamed, we didn't take this into account yet. It hasn't been 24 hours since the beta came out...

This might the same problem as in https://github.com/rescript-lang/rescript-vscode/issues/1127. I think the solution is https://github.com/rescript-lang/rescript-vscode/issues/1127#issuecomment-3291275266 In https://github.com/rescript-lang/rescript/pull/7889, I'm storing the bsc path used in compilation in a JSON file. Tooling should...

Could you both try out latest beta (12) and latest vsix (1.65.7). If it doesn't work, try post the result of the `Dump LSP Server State` command.

> i need to install @rescript/linux-x64@ci in the project I would expect that is no longer a requirement. Does your `compiler-info.json` look fine? Can you post that?

> does this look as it should? It does, but that looks to me like you are using the `@rescript+linux-x64` dependency from ReScript and not the explicit install. @DZakh does...

Thanks, for this report, I can see where things can still go wrong with pnpm.

Going to close this, please open a new issue if related problems pop up.

In F#, we solved this problem by attaching the cursor to an AST node. (Similar to how comments works) You pass it a cursor position and get the position back...