NPM package containing public interfaces exposed by VZ File Templates extension for Visual Studio Code
- ITemplateRunSettingsProcessor interface added. It allows to implement additional logic populating template variables in dependent extensions.
- ITemplateOutputChannel interface added
- New properties and functions added to IProjectItemTemplateRunSettings interface:
- outputChannel : ITemplateOutputChannel;
- command : string;
- commandParameters : string[];
- setCommand(newCommand : string, newCommandParameters : string[]) : void;
- First version of vz-file-templates api published