lostintangent / codeswing

VS Code extension for building web applications ("swings") using a interactive and editor-integrated coding environment
https://aka.ms/codeswing
MIT License
977 stars 46 forks source link

Convert template galleries to YAML #85

Open lostintangent opened 8 months ago

lostintangent commented 8 months ago

Currently, template galleries are defined via JSON files, which make it awkward to define and maintain the contents of template files (which are typically multi-lined). As a result, we should update the gallery files to be YAML files instead.