We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
related: errata-ai#70
I'm trying to disable Vale on my package.json with the following config in the .vale.ini:
package.json
.vale.ini
[*] BasedOnStyles = Vale, write-good [package.json] Vale.Spelling = NO
It does work with the CLI:
❯ vale --config=./.vale.ini package.json ✔ 0 errors, 0 warnings and 0 suggestions in 1 file.
But with the extension, I still got the error
The text was updated successfully, but these errors were encountered:
@edouard-lopez Do you still have this issue? I can't reproduce it…
Sorry, something went wrong.
Not anymore, but we switch to 3.x
3.x
❯ vale --version vale version 3.0.5
With Vale VSCode v0.18.4
v0.18.4
No branches or pull requests
related: errata-ai#70
Config
I'm trying to disable Vale on my
package.json
with the following config in the.vale.ini
:CLI is OK
It does work with the CLI:
Extension is NOT
But with the extension, I still got the error
The text was updated successfully, but these errors were encountered: