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

improvement: Show semanticdb missing when using Bazel #6145

Merged
merged 1 commit into from Feb 21, 2024

Conversation

tgodzik
Copy link
Contributor

@tgodzik tgodzik commented Feb 20, 2024

Currently, it's not possible to get information from Bazel BSP if it produces semanticdb files.

Instead, we now assume that Bazel needs to support it itself and only later check if that is really the case. Additional bonus here is that all other tools will benefit from this change with the added information on whether semanticdb files were actually produced.

Fixes #6130

Currently, it's not possible to get information from Bazel BSP if it produces semanticdb files.

Instead, we now assume that Bazel needs to support it itself and only later check if that is really the case. Additional bonus here is that all other tools will benefit from this change with the added information on whether semanticdb files were actually produced.

Fixes scalameta#6130
@tgodzik tgodzik merged commit 089b5b6 into scalameta:main Feb 21, 2024
24 of 26 checks passed
@tgodzik tgodzik deleted the fix-wrong-message branch February 21, 2024 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bazel: false message about non-working code navigation
3 participants