Brandon Ringe
Brandon Ringe
I think this upstream fix is released. We need to update the dep to a version >= 8.1.0 and test.
A 2.0 version of flow-storm is now out but it seems only Clojure is supported so far. I believe ClojureScript _was_ supported before, but that support is planned for the...
There's now a Cider integration for FlowStorm, called [CiderStorm](https://github.com/jpmonettas/cider-storm). Slack message: https://clojurians.slack.com/archives/C06MAR553/p1686673281768159 From the Slack message: > Editors can use this nrepl middleware https://github.com/jpmonettas/flow-storm-debugger/blob/master/src-inst/flow_storm/nrepl/middleware.clj#L199-L275 to communicate with FlowStorm as CiderStorm...
> I was just reading the docs and this is probably what we need to add to createClient: { scheme: 'untitled', language: 'clojure' }. The file scheme apparently ignores untitled....
So, you are using one VS Code window, with two workspaces, and those two workspaces are sharing an output window? So each workspace has the same project directory in it,...
Oh I see. @PEZ Have you seen this happen before? I can't say I've used that workflow before, but I haven't heard of this being an issue for others that...
> Robert is your uncle @gmp26 is this a reference to Robert Martin, a.k.a. Uncle Bob? 🤔 😄
I tried deleting certain parts to narrow it down to a smaller number of lines for repro, but it kept working as expected when I removed things. I'm not sure...
Note: This issue does occur when clojure-lsp stops responding, as mentioned in #1782.