Skip to main content

One post tagged with "Coding"

Some unhinged takes on coding

View All Tags

TRPC implementation for VSCode extension message passing

ยท 7 min read
Philip Wee
Co-Founder, FireJet

I recently built taffy, an open source github-copilot alternative as a pet project, and during my implementation of the VSCode Extension I realised that a large chunk of the code could be extracted into an easy to use template for making VSCode extensions with better message passing.

You can see a quick demo of what the template looks like below: