johnknoop / vscode-handlebars-preview

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

Use same json for multiple files #39

Open utillity opened 3 years ago

utillity commented 3 years ago

Hi,

since we are creating templates for different targets (text, email, sms, etc.) and languages, it would be great to just have one json file per directory and all templates in that directory would use the same json.

thanks! Tilli

johnknoop commented 3 years ago

We could probably use local configuration (as mentioned in #1) to achieve this. However I don't have much time to spend on this project at the moment, so if you want to go ahead and create a PR you're very welcome.

utillity commented 3 years ago

Hi @johnknoop,

thanks for the infos. haven't done a VSCode add-in before, so I guess it would be some job to get into that. Maybe I'll try it :)

Tilli