Peter Strömberg
Peter Strömberg
Not sure cljs.pprint is available as a function that can be used. If this happens in the nrepl server, which is running in Clojure. But we can try, of course.
In VS Code the ”file” actually has a URI. Don't recall exactly, but something with `untitled://` I think. It has a `languageId` of `clojure` too, maybe that is something sent...
Sounds odd on the create client level. Can you link to the docs, @Cyrik ?
The part I don't understand here is why this would go in `createClient`?
Thanks! That was the context I was lacking. Makes total sense.
It's a bit more complicated than that. Firstly, the VS Code API does not allow us to first deliver one answer, then change our mind. But even if it would,...
Indeed, for the merge it makes sense (with `Promise.all()`). Still even then, we would like to have the option to first provide the non-merged quickest answer and then change our...
Thanks! For anyone reading, wanting shortcuts for `apropos` et al, I'll note that it is pretty easy to create shortcuts for things like this using [Custom REPL Commands](https://calva.io/custom-commands/). I still...
> and Robert is your uncle TIL. Such a wonderful expression!
@bpringe, I don't understand why this happens, but I think it makes sense to be able to specify or nudge the file location somehow.