File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 5
5
<
vendor email =
" [email protected] " url =
" https://github.com/redhat-developer/lsp4ij/issues" >Red-Hat</
vendor >
6
6
7
7
<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
+
8
25
<h3>0.0.1</h3>
9
26
<ul>
10
27
<li>Initial release</li>
11
28
</ul>
12
29
Learn more in the <a href="https://github.com/redhat-developer/lsp4ij/milestone/1?closed=1">changelog</a>.
30
+
13
31
]]>
14
32
</change-notes >
15
33
<description >
You can’t perform that action at this time.
0 commit comments