Skip to content
New issue

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

Section overrides not working in editor #16

Closed
edouard-lopez opened this issue Nov 27, 2023 · 2 comments
Closed

Section overrides not working in editor #16

edouard-lopez opened this issue Nov 27, 2023 · 2 comments

Comments

@edouard-lopez
Copy link

related: errata-ai#70

Config

I'm trying to disable Vale on my package.json with the following config in the .vale.ini:

[*]
BasedOnStyles = Vale, write-good

[package.json]
Vale.Spelling = NO

CLI is OK

It does work with the CLI:

❯ vale --config=./.vale.ini package.json
✔ 0 errors, 0 warnings and 0 suggestions in 1 file.

Extension is NOT

But with the extension, I still got the error
image

@ChrisChinchilla
Copy link
Owner

@edouard-lopez Do you still have this issue? I can't reproduce it…

@edouard-lopez
Copy link
Author

Not anymore, but we switch to 3.x

❯ vale --version
vale version 3.0.5

With Vale VSCode v0.18.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants