reasonml-editor / vscode-reasonml

OCaml & Reason support for Visual Studio Code
Apache License 2.0
491 stars 62 forks source link

Restart Merlin? #290

Open nolachen opened 4 years ago

nolachen commented 4 years ago

Would it be possible to add a command to restart merlin? Sometimes merlin is either showing errors incorrectly or not at all, and the only way to fix it is to reload the window. It would be super convenient to have a command that could just restart merlin without having to reload the entire window!

klntsky commented 4 years ago

I'm pretty sure that "restart merlin session" command does not work (changes that I do in merlin code do not apply after that), so I have to resort to restarting vscode too.