Skip to content

Commit 83ab37a

Browse files
angelozerrfbricon
authored andcommitted
chore: Changelog for 0.0.2
Signed-off-by: azerr <[email protected]>
1 parent 71f6d73 commit 83ab37a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/main/resources/META-INF/plugin.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,29 @@
55
<vendor email="[email protected]" url="https://github.com/redhat-developer/lsp4ij/issues">Red-Hat</vendor>
66

77
<change-notes><![CDATA[
8+
<h3>0.0.2</h3>
9+
<ul>
10+
<li>Provide an API to enable/disable & start/stop language server</li>
11+
<li>Support for syntax coloration for Markdown code block and indented blockquote on hover, completion documentation.</li>
12+
<li>Support 'deprecated'/'unnecessary' diagnostic tags</li>
13+
<li>Support for LSP 'workspace/configuration'</li>
14+
<li>Support for triggered chars in LSP completion support</li>
15+
<li>Support for labelDetails in completion</li>
16+
<li>Display platform file icons on completion</li>
17+
<li>Provides menu for LSP implementation/references/declaration/type definition</li>
18+
<li>Export user defined language server</li>
19+
<li>Support Macros in the start LS command</li>
20+
<li>Improve performance</li>
21+
<li>Fixing bugs</li>
22+
</ul>
23+
Learn more in the <a href="https://github.com/redhat-developer/lsp4ij/milestone/2?closed=1">changelog</a>.
24+
825
<h3>0.0.1</h3>
926
<ul>
1027
<li>Initial release</li>
1128
</ul>
1229
Learn more in the <a href="https://github.com/redhat-developer/lsp4ij/milestone/1?closed=1">changelog</a>.
30+
1331
]]>
1432
</change-notes>
1533
<description>

0 commit comments

Comments
 (0)