Fork me on GitHub
#calva
<
2021-06-29
>
Adrian Smith18:06:10

Has any one been able to try copilot from Github with their VSCode installation yet? Curious to know if it works with Clojure

👀 12
pez20:06:16

Calva 2.0.202 just released: • Fix: https://github.com/BetterThanTomorrow/calva/issues/1196 • Fix: https://github.com/BetterThanTomorrow/calva/issues/1205https://github.com/BetterThanTomorrow/calva/issues/1168https://github.com/BetterThanTomorrow/calva/issues/1215https://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.

calva 17
🚀 10
seancorfield20:06:31

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...

pez20:06:00

Ummm, not seen that in my testing. Please file an issue about it.

seancorfield20:06:18

...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.