Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export user defined language server as JSON template file #213

Closed
angelozerr opened this issue Apr 14, 2024 · 3 comments · Fixed by #278
Closed

Export user defined language server as JSON template file #213

angelozerr opened this issue Apr 14, 2024 · 3 comments · Fixed by #278
Assignees

Comments

@angelozerr
Copy link
Contributor

Today we provide an hard coded template for some user defined language servers https://github.com/redhat-developer/lsp4ij/blob/main/docs/UserDefinedLanguageServer.md#using-template

Those templates are declared in https://github.com/redhat-developer/lsp4ij/blob/main/src/main/resources/templates/template-ls.json and it contains some explanation, some configuration settings in a folder https://github.com/redhat-developer/lsp4ij/tree/main/src/main/resources/templates/rust-analyzer which uses the id

It would be very nice if we could select several language servers show in the LSP console and export in a zip (template.json file + README + settings.json + initializationOptions.json) those language server.

It will give the capability to share the user defined language server that you have defined in your IJ with other people of your team.

@mu

@angelozerr
Copy link
Contributor Author

@MituuZ are you interested to work on this issue?

@MituuZ
Copy link
Contributor

MituuZ commented Apr 14, 2024

This does sound interesting, I can take a look. Might take a while though

@angelozerr
Copy link
Contributor Author

angelozerr commented Apr 14, 2024

This does sound interesting,

Glad the idea please you. I think it could be interesting for your team to have this feature.

I can take a look. Might take a while though

Yes sure no problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants