johnknoop / vscode-handlebars-preview

Preview Handlebars templates in VS Code
MIT License
16 stars 10 forks source link

choose between multiple JSON files for previewing #57

Closed utillity closed 1 year ago

utillity commented 1 year ago

To thoroughly test a template I would like to have multiple JSON files and be able to switch between them

myTemplate.hbs
myTemplate.hbs.json
myTemplate-screnario1.hbs.json
myTemplate-screnario2.hbs.json

ideally the filename would be displayed as the title of the preview, together with a navigation-option to switch between these files

utillity commented 1 year ago

I have added a PR which implements this