Skip to content

Commit

Permalink
chore: Changelog for 0.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: azerr <[email protected]>
  • Loading branch information
angelozerr authored and fbricon committed Jun 18, 2024
1 parent 71f6d73 commit 83ab37a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,29 @@
<vendor email="[email protected]" url="https://github.com/redhat-developer/lsp4ij/issues">Red-Hat</vendor>

<change-notes><![CDATA[
<h3>0.0.2</h3>
<ul>
<li>Provide an API to enable/disable & start/stop language server</li>
<li>Support for syntax coloration for Markdown code block and indented blockquote on hover, completion documentation.</li>
<li>Support 'deprecated'/'unnecessary' diagnostic tags</li>
<li>Support for LSP 'workspace/configuration'</li>
<li>Support for triggered chars in LSP completion support</li>
<li>Support for labelDetails in completion</li>
<li>Display platform file icons on completion</li>
<li>Provides menu for LSP implementation/references/declaration/type definition</li>
<li>Export user defined language server</li>
<li>Support Macros in the start LS command</li>
<li>Improve performance</li>
<li>Fixing bugs</li>
</ul>
Learn more in the <a href="https://github.com/redhat-developer/lsp4ij/milestone/2?closed=1">changelog</a>.
<h3>0.0.1</h3>
<ul>
<li>Initial release</li>
</ul>
Learn more in the <a href="https://github.com/redhat-developer/lsp4ij/milestone/1?closed=1">changelog</a>.
]]>
</change-notes>
<description>
Expand Down

0 comments on commit 83ab37a

Please sign in to comment.