Peter Strömberg

Results 545 comments of Peter Strömberg

I notice that CIDER uses the op `test`, and not `test-var-query` as Calva does. Well, I'm not sure, but it looks like so here: https://github.com/clojure-emacs/cider/blob/master/cider-test.el#L670 Maybe @bbatsov can advice us...

I now also tried to anchor the regex and it only resulted in no tests being found. I see that `re-find` is being used: https://github.com/clojure-emacs/orchard/blob/master/src/orchard/query.clj#L77 But I haven't figured out...

Thanks for reporting! FYI. To recover, you don't need to do a full VS Code restart. It's enough to reload the window. (Still kills the REPL and such, but any...

It would be enough if the start process was interrupted and that it would work to start it manually once the project file is fixed. An indicator that this is...

`clojure` accepts an empty `deps.edn` these days. I think this fixes the vast majority of cases for this issue.

Yes, we should document this. Though, the original intention with the setting was to provide for a way to test if some keybinding can be hijacked without causing too much...

Calva already has a toggle for switching off all Paredit shortcuts. On request.

I have also seen this happen in dev, when I added the refactorings. But then it stopped behaving like that, and I thought I had found the right settings to...