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
As best I can tell, the ${userHome} and ${pathSeparator} variables are not expanded when used as part of the path to the config.
Ex. Using this: ${userHome}${pathSeparator}.vale${pathSeparator}.vale.ini
doesn't resolve. But using C:\Users\<username omitted>\.vale\.vale.ini
works just fine.
As best I can tell, the
${userHome}and${pathSeparator}variables are not expanded when used as part of the path to the config.Ex. Using this:
${userHome}${pathSeparator}.vale${pathSeparator}.vale.inidoesn't resolve. But using
C:\Users\<username omitted>\.vale\.vale.iniworks just fine.