diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -237,7 +237,7 @@ The Go team's `go-pls` is enabled by default. You can download it ### Java Eclipse's `jdtls` is enabled by default. -You can download it [here](download.eclipse.org/jdtls/milestones/?d). +You can download it [here](https://download.eclipse.org/jdtls/milestones/?d). ### JavaScript/TypeScript @@ -368,6 +368,7 @@ Then run `make.bat release`. <tr><td>2.8.2</td> <td>Fix syntax highlighting bug</td> <td>2025 Jun 27</td></tr> <tr><td>2.8.3</td> <td>Fix annoying auto-indent behaviour</td> <td>2025 Sep 1</td></tr> <tr><td>2.8.4</td> <td>Keep cursor pos on reload, other small improvements</td> <td>2025 Sep 28</td></tr> +<tr><td>2.9.0</td> <td>LSP code actions, bug fixes</td> <td>2025 Sep 30</td></tr> </table> ## License |