Skip to content

Commit b253b4e

Browse files
Check for v3 compatibility, update dependencies, and update readme
1 parent fbfceca commit b253b4e

File tree

4 files changed

+1029
-123
lines changed

4 files changed

+1029
-123
lines changed

.vscode/extensions.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,35 +14,33 @@ The Vale extension for VS Code provides customizable spelling, style, and gramma
1414

1515
## Features
1616

17+
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.
18+
19+
_In the future, the extension may provide a UI or other configuration options for configuring Vale_.
20+
1721
### Detailed problems view
1822

19-
<p align="center">
20-
<img src="https://user-images.githubusercontent.com/8785025/89956665-76c9fa80-dbea-11ea-9eba-3f272a5a26e5.png" />
21-
</p>
23+
![Screenshot of problems view](https://user-images.githubusercontent.com/8785025/89956665-76c9fa80-dbea-11ea-9eba-3f272a5a26e5.png)
2224

2325
Browse detailed information for each alert, including the file location, style, and rule ID.
2426

2527
### Go-to rule
2628

27-
<p align="center">
28-
<img src="https://user-images.githubusercontent.com/8785025/89956857-d1635680-dbea-11ea-8e50-8e2715721e5d.png" />
29-
</p>
29+
![Screenshot of go to rule interface](https://user-images.githubusercontent.com/8785025/89956857-d1635680-dbea-11ea-8e50-8e2715721e5d.png)
3030

3131
Navigate from an in-editor alert to a rule's implementation on your `StylesPath` by clicking "View Rule".
3232

3333
### Quick fixes
3434

35-
<p align="center">
36-
<img src="https://user-images.githubusercontent.com/8785025/89957413-2eabd780-dbec-11ea-97e1-9a04bce950ce.png" />
37-
</p>
35+
![Screenshot of quick fix interface](https://user-images.githubusercontent.com/8785025/89957413-2eabd780-dbec-11ea-97e1-9a04bce950ce.png)
3836

3937
Fix word usage, capitalization, and more using [Quick Fixes](https://code.visualstudio.com/docs/editor/refactoring#_code-actions-quick-fixes-and-refactorings) (macOS: <kbd>cmd</kbd> + <kbd>.</kbd>, Windows/Linux: <kbd>Ctrl</kbd> + <kbd>.</kbd>). The quick fixes feature depends on the underlying rule implementing an action that VS Code can then trigger.
4038

4139
### Spell checking
4240

4341
> As of version 0.17.0, the extension supports spell-checking. The feature is new and likely to change, you can disable it from the settings if you use other spell checkers or experience performance issues.
4442
45-
**You need a `[spelling](https://vale.sh/docs/topics/styles/#spelling)` style in your Vale configuration to enable spell-checking**.
43+
**You need a [`spelling` style](https://vale.sh/docs/topics/styles/#spelling) in your Vale configuration to enable spell-checking**.
4644

4745
With no additional Vale configuration, the spell checker uses a Hunspell-compatible US English dictionary. If you want to use other custom dictionaries, then configure your [`spelling` style](https://vale.sh/docs/topics/styles/#spelling) with custom dictionaries.
4846

0 commit comments

Comments
 (0)