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
{{ message }}
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.
Possible bug with settings (vale.valeCLI.config). The README.md says that '/' is supported for Windows paths:
vale.valeCLI.config (default: null): Absolute path to a Vale configuration file. Use the predefined ${workspaceFolder} variable to reference configuration file from a custom location. (NOTE: On Windows you can use '/' ...
Forward slashes '/' work if my path is relative. However, for absolute paths, Vale cannot find my .vale.ini file.
For example, this works:
${workspaceFolder}/vale/.vale.ini
...but this fails:
/c/git/my-repo/vale/.vale.ini
As a work-around, \ is supported. The following works:
C:\git\my-repo\vale\.vale.ini
The text was updated successfully, but these errors were encountered:
{// using / instead of C:\"vale.valeCLI.path": "/ProgramData/chocolatey/bin/vale.exe"}
FWIW I didn't need this setting to work because Vale shows up in my normal executable PATH (you can confirm on windows with gcm vale | fl). Anecdotally though it does seem slightly faster.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Possible bug with settings (
vale.valeCLI.config
). The README.md says that '/' is supported for Windows paths:Forward slashes '/' work if my path is relative. However, for absolute paths, Vale cannot find my
.vale.ini
file.For example, this works:
...but this fails:
As a work-around,
\
is supported. The following works:The text was updated successfully, but these errors were encountered: