Mechanical-Advantage / AdvantageKit

Logging & replay framework for FRC
http://docs.advantagekit.org/
GNU General Public License v3.0
162 stars 50 forks source link

Add AdvantageKit example projects as vendor examples for VSCode extension #108

Open blaze-developer opened 1 month ago

blaze-developer commented 1 month ago

When creating a WPILib project, they have a handy vscode extension to generate a project quickly with some simple configurations. It would be really helpful if there could be a modification to that extension, or a seperate extension to create projects with AdvantageKit templates. I think that would make for a very polished experience.

jwbonner commented 3 weeks ago

The WPILib extension already includes a method for vendordeps to publish example projects, but it is not supported for online vendordeps (which is the primary method for installing AdvantageKit). There have been larger discussions about reworking organization/management of the WPILib example projects used by the extension, and if example projects become supported for online vendordeps we can pursue that option.

In the meantime, downloading a buildable zip from GitHub seems like a reasonable solution that is not significantly more difficult for teams.