You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use this extension to format files automatically on save. For some reason rescript-vscode was unable to find rescript executable files in the project on my machine. I saw message about it, but everything seemed to work.
Today I found out that extension uses different version of compiler. We use latest 9.* in the project. Extension seems to use 10.*
As a result, I've been committing incorrectly formatted files for some time until I got code formatted to incompatible syntax and spotted the issue.