This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-06-29
Channels
- # adventofcode (8)
- # babashka (12)
- # beginners (91)
- # calva (6)
- # cider (2)
- # circleci (11)
- # clj-kondo (19)
- # clojure (202)
- # clojure-australia (7)
- # clojure-brasil (1)
- # clojure-europe (123)
- # clojure-nl (2)
- # clojure-poland (24)
- # clojure-uk (6)
- # clojured (1)
- # clojurescript (91)
- # core-async (23)
- # cursive (16)
- # data-science (5)
- # datomic (26)
- # emacs (27)
- # events (2)
- # graalvm-mobile (50)
- # graphql (4)
- # honeysql (4)
- # instaparse (33)
- # lsp (24)
- # meander (22)
- # nrepl (3)
- # off-topic (26)
- # pedestal (1)
- # re-frame (15)
- # releases (1)
- # sci (1)
- # shadow-cljs (20)
- # tools-deps (22)
Has any one been able to try copilot from Github with their VSCode installation yet? Curious to know if it works with Clojure
Calva 2.0.202 just released: • Fix: https://github.com/BetterThanTomorrow/calva/issues/1196 • Fix: https://github.com/BetterThanTomorrow/calva/issues/1205 • https://github.com/BetterThanTomorrow/calva/issues/1168 • https://github.com/BetterThanTomorrow/calva/issues/1215 • https://github.com/BetterThanTomorrow/calva/issues/1216 Thanks to @pratikgandhi1997 for the test/implementation jump command. We’ll update about some known limitations of the feature, and arr hoping you Calva-friends will provide feedback guiding us on where to go with this. Thanks to @hamid.sadeghian for providing the fix for the status bar items jumping around a bit. We can probably take more inspiration from the implementation of the fix.

I just tried it in our monorepo and it said it wanted to create a test file -- but the path was correct for a test file that existed and when I clicked Create it just loaded the existing test file up...
...similarly for switching back from that test file to the source: it said it wanted to create it, but the path was correct, and it loaded the source file just fine when I clicked Create.