visualzoran / vz-file-templates

File template manager for Visual Studio Code
MIT License
19 stars 10 forks source link

Add template variables factory to extension API #4

Closed visualzoran closed 6 years ago

visualzoran commented 6 years ago

It would be nice to have a list of template variables factories in the template engine and add a function to register them using extension API. It would allow to distribute these variables using dependent extension published in Visual Studio Marketplace.

visualzoran commented 6 years ago

New ITemplateRunSettingsProcessor interface implemented in version 1.0.1 of the extension