calva

Wednesdays you might find @U0ETXRFEW in the Gather Calva space. Invite is https://gather.town/invite?token=GZqrm7CR and the password is `Be kind`.
pez 2020-10-26T07:43:18.006200Z

I've published .130 to Open VSX now.

1
pez 2020-10-26T10:09:11.010100Z

Non-Calva related: Anyone has found a quick way to switch to view settings when sharing the screen/demoing and when hacking on alone? So my use case is that when I am hacking by myself I prioritise seeing as much as possible, so I have rather small fonts and such. Then when pair/mob programming I need to change these settings and then back again… I’d like to switch more easily between two modes.

borkdude 2020-10-26T10:33:46.011200Z

I've also pushed a new clj-kondo extension for vscode that contains a small fix for preventing an indexed out of bounds exception

3
pez 2020-10-26T11:47:17.011500Z

From the description, yes, looks like exactly what I need. However, it also includes extensions in the profiles so it wants to reload between profile switches... Might need to roll my own extension for this then. πŸ˜ƒ

2020-10-26T11:58:04.011700Z

sounds like you want to do it πŸ™‚ there were a few things mentioned in this article too, fwiw: https://medium.com/hack-visual-studio-code/toggle-any-setting-in-vs-code-using-keyboard-shortcut-arguments-cdb5ddc56955

pez 2020-10-26T12:12:04.012100Z

Nice. Toggle looks OK. I kinda liked how the profile switcher just let me save and select profiles, but I think Toggle works for my purposes. We'll see if I end up creating an extension for this. πŸ˜ƒ

2020-10-26T12:22:01.012300Z

if anything you'll have some experience with other extensions to base your upcoming awesome extension on πŸ˜‰