You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To support environment variables in path of setting 'customTemplatePath' would make it easier to define absolute paths on different machines/platforms.
Variables definitions are platform dependent, e.g.
Unix/Linux => $HOME
Windows => %HOME%
and ~ for the user's home directory on all systems