Skip to content

Commit

Permalink
Switch to even numbering for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisChinchilla committed May 20, 2024
1 parent 3ae6b49 commit de36da7
Show file tree
Hide file tree
Showing 3 changed files with 227 additions and 222 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Vale + VS Code

[![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)

> The Visual Studio Code extension for [Vale](https://github.com/chrischinchilla/vale).
[![Sponsor Chris Chinchilla](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/chrischinchilla)

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).

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

### Install pre-release

_Want to test the pre-release version? Use the "Switch to Pre-Release Version" button on extension page in VSCode._

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.

## Features

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.
Expand Down
Loading

0 comments on commit de36da7

Please sign in to comment.