ChrisChinchilla / vale-vscode

A Visual Studio Code extension for the Vale CLI.
https://marketplace.visualstudio.com/items?itemName=ChrisChinchilla.vale-vscode
MIT License
34 stars 5 forks source link

Section overrides not working in editor #16

Closed edouard-lopez closed 5 months ago

edouard-lopez commented 7 months ago

related: https://github.com/errata-ai/vale-vscode/issues/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 commented 5 months ago

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

edouard-lopez commented 5 months ago

Not anymore, but we switch to 3.x

❯ vale --version
vale version 3.0.5

With Vale VSCode v0.18.4