Skip to content

Commit f58db41

Browse files
committed
Bump vale-ls
1 parent 68be144 commit f58db41

4 files changed

Lines changed: 57 additions & 2 deletions

File tree

README.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,57 @@ To use this package, you must have the [LSP][3] package installed.
88

99
> It's recommended, but not required, to install the [LSP-json][2] package which will provide auto-completion and validation for this package's settings.
1010
11+
## Features
12+
13+
<table>
14+
<tr>
15+
<th>HoverProvider</th>
16+
<th>CompletionProvider</th>
17+
</tr>
18+
<tr>
19+
<td width="50%">
20+
<a href="https://user-images.githubusercontent.com/8785025/234143355-c442cbbd-ffc8-445f-a9b8-c3756ac1a5c2.png">
21+
<img src="https://user-images.githubusercontent.com/8785025/234143355-c442cbbd-ffc8-445f-a9b8-c3756ac1a5c2.png" width="100%">
22+
</a>
23+
</td>
24+
<td width="50%">
25+
<a href="https://user-images.githubusercontent.com/8785025/234143446-5dcb1f37-7af0-4834-84ca-37bb1db68f1e.png">
26+
<img src="https://user-images.githubusercontent.com/8785025/234143446-5dcb1f37-7af0-4834-84ca-37bb1db68f1e.png" width="100%">
27+
</a>
28+
</td>
29+
</tr>
30+
<tr>
31+
<td width="50%">
32+
See in-editor documentation for any symbol.
33+
</td>
34+
<td width="50%">Autocomplete all <code>StylesPath</code> assets: Styles, Packages, Vocabularies, etc.</td>
35+
</tr>
36+
<tr>
37+
<th>DocumentLinkProvider</th>
38+
<th>CodeActionProvider</th>
39+
</tr>
40+
<tr>
41+
<td width="50%">
42+
<a href="https://user-images.githubusercontent.com/8785025/234143624-a6125229-fc74-4051-a40a-92ede8861ab9.png">
43+
<img src="https://user-images.githubusercontent.com/8785025/234143624-a6125229-fc74-4051-a40a-92ede8861ab9.png" width="100%">
44+
</a>
45+
</td>
46+
<td width="50%">
47+
<a href="https://user-images.githubusercontent.com/8785025/234143654-d23a42a4-15d3-48cd-95cf-901d9b424b6b.png">
48+
<img src="https://user-images.githubusercontent.com/8785025/234143654-d23a42a4-15d3-48cd-95cf-901d9b424b6b.png" width="100%">
49+
</a>
50+
</td>
51+
</tr>
52+
<tr>
53+
<td width="50%">
54+
Quickly navigate to external URLs.
55+
</td>
56+
<td width="50%">
57+
Fix alerts with a single click.
58+
</td>
59+
</tr>
60+
</table>
61+
1162
## Configuration
1263

1364
There are multiple ways to configure the package and the language server.

messages.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"0.2.1": "messages/0.2.1.txt"
2+
"0.2.1": "messages/0.2.1.txt",
3+
"0.2.2": "messages/0.2.2.txt"
34
}

messages/0.2.2.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# LSP-vale-ls v0.2.2
2+
3+
* Updates `vale-ls` to 0.3.5

plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#
1515
# After changing this tag, go through the server settings again to see if any
1616
# new server settings are added or old ones removed.
17-
TAG = "v0.3.1"
17+
TAG = "v0.3.5"
1818
URL = "https://github.com/errata-ai/vale-ls/releases/download/{tag}/vale-ls-{arch}-{platform}.zip"
1919

2020

0 commit comments

Comments
 (0)