joyride

mathpunk 2023-01-10T23:28:56.715529Z

I’ve been too intimidated to write any Joyride, despite having switched to VSCode in the fall think_beret

mathpunk 2023-01-10T23:29:30.911359Z

I did find a longish youtube video on it so I’ll get into that

mathpunk 2023-01-10T23:30:04.820699Z

I need to read and write some short examples, and bind them to keys, and learn how to get keys to be aware of what kind of file you’re editing

mathpunk 2023-01-10T23:30:14.699099Z

(kennings? is that kennings?)

mathpunk 2023-01-10T23:30:46.904569Z

finally I think I need to figure out what’s the best guide to the VS Code api concepts that are most relevant for hacking one’s editor

borkdude 2023-01-11T09:17:30.992089Z

I think it's usually best to start with the problem you'd like to solve

mathpunk 2023-01-11T17:32:08.134079Z

Yeah that makes sense. I’m watching yours and PEZ’s talk, and discovered https://code.visualstudio.com/api/extension-capabilities/overview which is breaking up the API nicely