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`.
bringe 2020-08-18T01:42:52.032400Z

Made a pass through every page in the docs today to keep things updated. If you see anything missing or confusing, let us know or submit a PR to the calva-docs repo.

borkdude 2020-08-18T14:35:17.033100Z

Is anyone else here excited about the remote ssh plugin in VSCode? It's like magic to me. Everything works fluently like you're working locally (provided you have a fairly good internet connection).

👍 6
billhowe 2020-08-19T14:07:11.046100Z

Extremely useful when you are forced to use Windows on your laptop, but have access to Linux systems for development. Manage your remote Linux dev system from vscode and no messing around with remote desktops.

pez 2020-08-18T15:13:39.033900Z

Someone should blog about it, me thinks. 😏

👍 2
Grant Isom 2020-08-18T16:05:30.034300Z

Is there a way to customize the output window key commands?

pez 2020-08-18T16:35:38.035700Z

Yes. They are regular vscode shortcuts. I'm afk right now, maybe @brandon.ringe can give you some hints.

bringe 2020-08-18T16:38:08.036100Z

You can run the command "Preferences: Open Keyboard Shortcuts" ctrl+k, ctrl+s, and modify them there.

1
Grant Isom 2020-08-18T16:38:26.036400Z

Thanks!

bringe 2020-08-18T16:38:33.036600Z

Welcome!

bringe 2020-08-18T20:06:34.039Z

If anyone is interested in testing, this vsix should fix the go to definition issue that happens from within namespaces (if you run "go to definition" on a namespace or alias in the ns declaration). Should also fix going to definition of protocols. https://7621-125431277-gh.circle-artifacts.com/0/tmp/artifacts/calva-2.0.121-fix-go-to-definition-6f192583.vsix

👍 1
🤘 1
Cris B 2020-08-18T22:48:28.040Z

It is one of the most magical 'just works' experiences around. I use it to do stuff on a couple of Raspberry Pis. With the local-like editing and built-in terminal I could easily forget I'm not working on my local machine.