Hacker News new | ask | show | jobs
by compacct27 672 days ago
In my experience, VS Code’s extension system really shines here. There are also boilerplate repos out there to get started.
1 comments

> There are also boilerplate repos out there to get started.

Should be unnecessary (and might be outdated unless meticulously maintained) IF one chooses to just follow the VSC API docs' `yo code` approach. Which generates the project structure with a simple hello `extension.ts` IIRC.

They are meticulously maintained, and far more comprehensive than yo code.