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

Investigate using OSProcessHandler #153

Open
angelozerr opened this issue Mar 8, 2024 · 0 comments · May be fixed by #528
Open

Investigate using OSProcessHandler #153

angelozerr opened this issue Mar 8, 2024 · 0 comments · May be fixed by #528
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@angelozerr
Copy link
Contributor

Today we use the standard Java Process to start language server. There is a problem when the command is wrong (ex: create a custom ls with command with just node, the LSP console doesn't show some errors ate the ls is in a starting status indefinitely).

We should investigate if using OSProcessHandler could resolve the problem.

@angelozerr angelozerr self-assigned this Mar 10, 2024
@fbricon fbricon added the enhancement New feature or request label Apr 17, 2024
@angelozerr angelozerr added this to the 0.6.0 milestone Sep 18, 2024
angelozerr added a commit to angelozerr/lsp4ij that referenced this issue Sep 18, 2024
Fixes redhat-developer#153

Signed-off-by: azerr <azerr@redhat.com>
@angelozerr angelozerr linked a pull request Sep 18, 2024 that will close this issue
angelozerr added a commit to angelozerr/lsp4ij that referenced this issue Sep 18, 2024
Fixes redhat-developer#153

Signed-off-by: azerr <azerr@redhat.com>
angelozerr added a commit to angelozerr/lsp4ij that referenced this issue Sep 18, 2024
Fixes redhat-developer#153

Signed-off-by: azerr <azerr@redhat.com>
angelozerr added a commit to angelozerr/lsp4ij that referenced this issue Sep 18, 2024
Fixes redhat-developer#153

Signed-off-by: azerr <azerr@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 📝 In Progress
Development

Successfully merging a pull request may close this issue.

2 participants