Max Lantas
Max Lantas
@Khady were all the problems fixed by https://github.com/ocamllabs/vscode-ocaml-platform/pull/229?
> Hi! I am the author of [maelvalais.dune](https://marketplace.visualstudio.com/items?itemName=maelvalais.dune). Would it make sense to remove it now that the extension `ocamllabs.ocaml-platform` supports `dune` syntax hightlighting? I think vscode-ocaml-platform supports everything your...
Restoring terminals is a VS Code feature: https://code.visualstudio.com/updates/v1_54#_retain-terminal-processes-on-window-reload. I might be wrong, but I don't think there's any API that lets us configure how terminals are restored.
I've noticed this annoyance too. However, while it would be possible to suppress this warning, my concern is what happens when extension depends on newer features in `ocamllsp`. This could...
Sorry for the late response. You make some good points and I agree that something needs to change. First, to address a few specific things: * > This custom install...
I think we could do something similar to the C++ Extension's ClangFormat setting:  So `file` would read from `.ocamlformat` in the workspace, or you could choose `{conventional|default|compact|sparse|ocamlformat|janestreet}` for a...
I believe this is something that would have to be implemented on the [language server side](https://github.com/ocaml/ocaml-lsp/).
What payload are you referring to? Shouldn't it be possible to use the same mechanism as goto definition to get the filename and insert it into the hover information?
@Kakadu: That is slightly different since it involves tracking the quoted string identifier (`x`). Please make a new issue.
> is this good to merge? It looked good to me when I tried it. Ready to merge unless @ulugbekna finds something.