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

Fixing 'nbls.project.resolveProjectProblems' command name. #7370

Merged
merged 1 commit into from May 16, 2024

Conversation

lahodaj
Copy link
Contributor

@lahodaj lahodaj commented May 9, 2024

The server defines nbls.project.resolveProjectProblems command to resolve project problems. The name makes sense to me, as it can resolve problems for any projects, I believe, not only Java-related projects.

But, JavaErrorProvider tries to use nbls.java.project.resolveProjectProblems, which obviously fails, as that command does not exist.

The proposed fix is to simply use the correct name in JavaErrorProvider.

@lahodaj lahodaj requested a review from dbalek May 9, 2024 16:14
@lahodaj lahodaj added Java [ci] enable extra Java tests (java.completion, java.source.base, java.hints, refactoring.java, form) LSP [ci] enable Language Server Protocol tests labels May 9, 2024
@lahodaj
Copy link
Contributor Author

lahodaj commented May 10, 2024

Turned out that when the priming build fails, there is no notification to the user. Trying to improve that in:
d826509

@ebarboni ebarboni added this to the NB23 milestone May 13, 2024
…ild fails.

Fixing priming build command name in the LSP server.
@lahodaj lahodaj merged commit 8bb1ac3 into apache:master May 16, 2024
37 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Java [ci] enable extra Java tests (java.completion, java.source.base, java.hints, refactoring.java, form) LSP [ci] enable Language Server Protocol tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants