I use this setting for my LaTeX files so I don't have to create their structure over and over again, but I am getting the same error everytime I try to launch it. The error comes because some of my LaTeX style files .sty have Dynamic Variables-like characters on them (like {{). This returns me errors like
Parse error on line 93: ...-text-post={~]}]<{{~]}} -----------------------^ Expecting 'ID', 'STRING', 'NUMBER', 'BOOLEAN', 'UNDEFINED', 'NULL', 'DATA', got 'INVALID'
So I cannot import all my files when creating this template.
Since these are LaTeX Style files, I would think there would be no need for me to use Dynamic Variables on it. So a good solution for this is that the extension allows us to ignore some type of files when using this feature.
I use this setting for my LaTeX files so I don't have to create their structure over and over again, but I am getting the same error everytime I try to launch it. The error comes because some of my LaTeX style files
.styhave Dynamic Variables-like characters on them (like{{). This returns me errors likeSo I cannot import all my files when creating this template.
Since these are LaTeX Style files, I would think there would be no need for me to use Dynamic Variables on it. So a good solution for this is that the extension allows us to ignore some type of files when using this feature.