ssmfd

Results 7 comments of ssmfd

Still facing this issue in Windows 11, with VSCode `1.103.2` and extension `1.65.2`. The issue doesn't seem to be present in Linux.

@nojaf Just tried the VSX, but still get the same error. (ReScript `11.1.4`)

@nojaf Okay, so, here they are: build.ninja contents ``` rescript = 1 g_finger := /mnt/C878A2AF78A29C26/prog/fandb/server-rescript/node_modules/@rescript/core/lib/ocaml/install.stamp rule astj command = /mnt/C878A2AF78A29C26/prog/fandb/server-rescript/node_modules/rescript/linux/bsc.exe -bs-v 11.1.4 -uncurried -open RescriptCore -absname -bs-ast -o $out $i...

@nojaf Oh, that's interesting. Sorry for that. My bad. 🤦‍♂️ I'm not doing WSL things, but I have that specific code project in a drive that's shared between a Windows...

Okay, I copied the same source code (and only the source code) to a newly-created Windows-only ReScript `11.1.4` project. The `RescriptCore` error is fixed (it seems)! What happens now is...

@nojaf Okay, so, I: 1. Closed all instances of VSCode. 2. Deleted the `lib` folder. 3. Did a rebuild. 4. Opened VSCode again. I still get errors. In case it...

Allow me to try a few things and I'll come back with a sample repo, at least (if not more useful info on why the problem is happening in my...