vscode-reasonml
vscode-reasonml copied to clipboard
OCaml & Reason support for Visual Studio Code
Hi VS Code PM here 👋 We have marked your extension as deprecated. If that is not the case please do let us know and we can easily change that...
Request textDocument/formatting failed. Error: Connection got disposed. at Object.dispose (/home/baptiste/.vscode/extensions/freebroccolo.reasonml-1.0.38/node_modules/vscode-jsonrpc/lib/main.js:825:25) at Object.dispose (/home/baptiste/.vscode/extensions/freebroccolo.reasonml-1.0.38/node_modules/vscode-languageclient/lib/client.js:57:35) at LanguageClient.handleConnectionClosed (/home/baptiste/.vscode/extensions/freebroccolo.reasonml-1.0.38/node_modules/vscode-languageclient/lib/client.js:1954:42) at LanguageClient.handleConnectionClosed (/home/baptiste/.vscode/extensions/freebroccolo.reasonml-1.0.38/node_modules/vscode-languageclient/lib/main.js:126:15) at closeHandler (/home/baptiste/.vscode/extensions/freebroccolo.reasonml-1.0.38/node_modules/vscode-languageclient/lib/client.js:1941:18) at CallbackList.invoke (/home/baptiste/.vscode/extensions/freebroccolo.reasonml-1.0.38/node_modules/vscode-jsonrpc/lib/events.js:71:39) at Emitter.fire (/home/baptiste/.vscode/extensions/freebroccolo.reasonml-1.0.38/node_modules/vscode-jsonrpc/lib/events.js:135:36) at closeHandler...
 Identifier starts with let highlights like let
Ubuntu 18.04.05 Steps: 0. `sudo apt remove code && sudo apt autoremove && rm -rf ~/.vscode` 1. Install vscode (tried snap and `sudo dpkg -i ~/`) 2. Add this extension...
When the user types a new doc comment starting with `(**`, two closing parentheses `*))` are inserted to match the opening parenthesis. Expected behavior: only one closing parenthesis should be...
Related to #254. Because of the rule `{ "open": "(", "close": ")" }`, the extra parentheses will be appended to the end if we type `(**`, remove ")" in `"close":...
Why is the syntax highlighting style so wacky? It's all underlines and italics and bright colors. I use other syntax highlighting vscode extensions for Haskell, Racket, Javascript, a bunch of...
I just copied this code, but moved the lines around from the Bucklescript docs: https://bucklescript.github.io/docs/en/function (Object method) ``` type document (* abstract type for a document object *) external doc:...
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...
Original PR is here: https://github.com/reasonml-editor/vscode-reasonml/pull/264 Native LSP implementation was merged recently into [merlin repository](https://github.com/ocaml/merlin). This PR switches extension to use it instead of OLS. This goes with some features removed...