Skip to content
This repository was archived by the owner on Apr 14, 2023. It is now read-only.

Commit feec982

Browse files
Merge pull request #61 from errata-ai/chrischinch/outofdate-fix
Add autosave in attempt to fix out of date results
2 parents 19c579f + df5d00f commit feec982

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ The extension offers a number of settings and configuration options (_Preference
8282

8383
- `vale.server.provideFixes` (default: `true`): Offer solutions to alerts using the 'Quick Fix' button.
8484

85+
> **NOTE**: The fixes feature currently has an occasional issue when it reports that a "suggestion is out of date". We are working on a long-term fix, but in the meantime, saving the file fixes the issue.
86+
8587
- `vale.server.lintContext` (default: `0`): Only lint the *active* portion of a document (as determined by the cursor position), allowing for efficient on-the-fly linting of large documents. There are three supported values: `-1` (applies to all files), `0` (disabled), `n` (applies to any file with `lines >= n`).
8688

8789
- `vale.valeCLI.config` (default: `null`): Absolute path to a Vale configuration file. Use the predefined [`${workspaceFolder}`](https://code.visualstudio.com/docs/editor/variables-reference#_predefined-variables) variable to reference configuration file from a custom location. (**NOTE**: On Windows you can use '/' and can omit `.cmd` in the path value.) If not specified, the extension uses the default search process (relative to the current file).

0 commit comments

Comments
 (0)