All notable changes to the "vale" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file. This project adheres to Semantic Versioning!
- Make vale suggestions appear in problems view, see GH-10.
- Support multi-root workspaces, see GH-4.
- Increase buffer size for
vale
processes to handle large results, see GH-3.
- Require vscode 1.15 or newer
- Change license from GPL-3 to MIT
- Show status bar message while linting the entire workspace with vale, see GH-2.
- Add
Vale: Lint workspace
command to run vale on all files in the current workspace, see GH-1.
- Require Vale version 0.7.2 or newer. Older vale releases do not lint all files given as arguments, see vale GH-46.
- Use normal logo in Marketplace as it fits better in the overview page.
- Use a proper marketplace description.
This is the first release.
- Run vale on Markdown documents.