LSP4IJ 0.14.0 Release #1085
Replies: 11 comments 25 replies
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
@rcjsuen it seems you have a lot of problem with this dialog. I think we should remove this console in this dialog and "Run Installation", what do you think about that? |
Beta Was this translation helpful? Give feedback.
-
I clicked "Run Installation" a second time for Rust and got a
|
Beta Was this translation helpful? Give feedback.
-
Glad to see the installer is now a canonical thing! |
Beta Was this translation helpful? Give feedback.
-
Le mar. 3 juin 2025 à 2:23 PM, Eric Dallo ***@***.***> a
écrit :
Glad to see the installer is now a canonical thing!
Glad the idea pleases you. I wonder if you could use declarative installer
for your plugin
… —
Reply to this email directly, view it on GitHub
<#1085 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAOXXM7ZU2UWOVCGM7KKKFT3BWHSLAVCNFSM6AAAAAB6PDTTVSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGMZVGUZDQNA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
Hi @angelozerr, we noticed a bunch of changes just recently went in: #1090. Are these changes available in the latest nightly build: 0.14.0-20250604-155059? We would like to ensure that we run our test automation to verify our tool against the final 0.14.0 release version before the release. |
Beta Was this translation helpful? Give feedback.
-
I am sorry I have noticed a big problem when there are several opened project and install was done. Before they were the same install per project. I fixed this issue. @rcjsuen could you test again the nighty please. @ericdallo I don't know if your install is per project (you store the server in each project) or in a shared folder. If t is the second usecase (like I did for user defined) you need to register your installer with LanguageServerFactory (which will be available on 0.14.0 and is available on nighty) and not with LSPClientFeatures. LSPClientFeatures belong to a project. |
Beta Was this translation helpful? Give feedback.
-
-e@ericdallo could you try zgain the nighty to check that it continues to work zgain. I |
Beta Was this translation helpful? Give feedback.
-
Hi all, As there were a lot of bugs with settings, I decided to work on this feature and now it is possible to contribute to the UI with your plugin for instance to manage your language server settings like vscode settings https://github.com/redhat-developer/lsp4ij/blob/main/docs/DeveloperGuide.md#contribute-to-ui-settings If you have existing user defined language server, please remove it and recreate it (otherwise you will loose some configuration like confifuration, initializeOptions, experimental JSON editor content) I plan to do a release tomorrow, if you need more time to test the nighty please tell me. @TrevCraw @dessina-devasia I have tested with our IJ Quarkus and it is working, but if you want to do some tests, don't hesiate. I have tried this new feature with custom UI with Qute, it will be easy to do that for MicroProfile |
Beta Was this translation helpful? Give feedback.
-
LSP4IJ 0.14.0 has been released and should be available on marketplace! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We are about to release LSP4IJ 0.14.0. Highlights of this release include
You don't need to open the new server dialog, because LSP4IJ can promote language servers in the editor notification. Here a demo with Rust:
This installation is managed with a simple JSON descriptor https://github.com/redhat-developer/lsp4ij/blob/main/src/main/resources/templates/lsp/clojure-lsp/installer.json and download the last release from the clojure github asset. If you want to download the latest clojure-lsp, you need just to click on Run Installation:
This feature is only available for user defined language server. If you have integrated your language server with a plugin, Installer tab will not be displayed. If you want to have this feature, please open an issue and I think it is not a big deal to support that.
More details in the changelog.
Please give a try to the latest nightly build.
Unless you report a blocking issue, we'll proceed with the release next Thursday 06/05/2025. If you need to have more time, please tell me.
cc @CppCXY @InSyncWithFoo @seachicken @KUGDev @AlexWeinstein92 @aparnamichael @MituuZ @turkeylurkey @mrglavas @koxudaxi @FalsePattern @onriv @kristofvb @kdvolder @rcjsuen @jansorg @SCWells72 @ericdallo @nikunjarora12345 @n1kolasM @DetachHead
Beta Was this translation helpful? Give feedback.
All reactions