Skip to content

Commit 753eb21

Browse files
Switch to even numbering for releases
1 parent 3ae6b49 commit 753eb21

File tree

3 files changed

+226
-221
lines changed

3 files changed

+226
-221
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Vale + VS Code
22

33
[![Publish Extension on tag](https://github.com/ChrisChinchilla/vale-vscode/actions/workflows/publishTags.yml/badge.svg)](https://github.com/ChrisChinchilla/vale-vscode/actions/workflows/publishTags.yml)
4-
5-
> The Visual Studio Code extension for [Vale](https://github.com/chrischinchilla/vale).
4+
[![Sponsor Chris Chinchilla](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/chrischinchilla)
65

76
The Vale extension for VS Code provides customizable spelling, style, and grammar checking for a variety of markup formats (Markdown, AsciiDoc, reStructuredText, HTML, and DITA).
87

@@ -12,6 +11,12 @@ The Vale extension for VS Code provides customizable spelling, style, and gramma
1211
2. install `vale-vscode` (this extension) via the [Marketplace](https://marketplace.visualstudio.com/items?itemName=chrischinchilla.vale-vscode);
1312
3. Restart VS Code (recommended).
1413

14+
### Install pre-release
15+
16+
_Want to test the pre-release version? Use the "Switch to Pre-Release Version" button on extension page in VSCode._
17+
18+
The current pre-release version is `0.21.0` and switches to using the [Vale language server protocol (LSP)](https://github.com/errata-ai/vale-ls). Only basic problem highlighting works, but your help is appreciated in testing and providing feedback.
19+
1520
## Features
1621

1722
At the moment, the extension uses any [configuration](https://vale.sh/docs/topics/config/), [vocabularies](https://vale.sh/docs/topics/vocab/), and [packages](https://vale.sh/docs/topics/packages/) defined in your Vale configuration. If you experience any issues with the extension, check if Vale runs as expected on the command line first.

0 commit comments

Comments
 (0)