emmenko / vscode-vale

Run vale in Visual Studio Code

Home Page:https://marketplace.visualstudio.com/items?itemName=testthedocs.vale

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VSCode vale

Thanks to all the work previous work from lunaryorn, this is a new maintained fork, with more features to come soon.

Lint documents with Vale in Visual Studio Code.

Prerequisites

Install vale 0.7.2 or newer.

If vale is too old the extension fails to activate. In this case please update Vale; the error message tells you the required version.

By default the extension will use the global installed binary vale. In case you have the binary installed on a local project you can configure the extension to use the local path. See configuration options below.

Usage

Vale automatically checks a document when you open or save it. Use the Vale: Lint workspace command to check the entire workspace.

Vale always runs from the workspace directory in either case, so if you put a Vale configuration in the workspace directory it will automatically pick it up.

This extension supports:

  • Asciidoc: .adoc and .asciidoc
  • Markdown: .md and .markdown
  • reStructuredText: .rst
  • LaTeX: .tex
  • plain text: .txt

Open an issue or a pull request if you need support for more document formats, provided that Vale supports them.

About

Run vale in Visual Studio Code

https://marketplace.visualstudio.com/items?itemName=testthedocs.vale

License:MIT License


Languages

Language:TypeScript 100.0%