Template FinderThis extension helps you manage your templated files by showing you the values of the different templated variables. The best use-case would be to have a folder with templated files, and other ones with files containing the different possible values of the variables. The templating format used is Jinja, used for example by Ansible playbooks. Getting started
ActivateRun the VSCode command CustomizeSometimes variables are not defined in your workspace but by an external tool. For example an ansible extra-var passed in command-line. To avoid showing these variables as undefined, you can set:
IssuesIf you notice any irregularities or have any idea on how to improve this extension, please open an issue on Github |