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
{{ message }}
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
The environment has been set up following the instruction at reasonml/reasonml.github.io#195. Everything else seems to be working fine.
Formatting .re files via VS Code (either on save or via the Format Document command) takes significantly longer than it should (around 3 seconds in my case). refmt --in-place from the command line is normally fast.
A consequence of this is when 'formatting on save' is enabled, saving is delayed as well.
The same problem happens on a fresh project.
Only reason files are affected, formatting a .js file for example would be near instant as usual.
The text was updated successfully, but these errors were encountered:
Hi,
The environment has been set up following the instruction at reasonml/reasonml.github.io#195. Everything else seems to be working fine.
Formatting
.re
files via VS Code (either on save or via theFormat Document
command) takes significantly longer than it should (around 3 seconds in my case).refmt --in-place
from the command line is normally fast.A consequence of this is when 'formatting on save' is enabled, saving is delayed as well.
The same problem happens on a fresh project.
Only reason files are affected, formatting a
.js
file for example would be near instant as usual.The text was updated successfully, but these errors were encountered: