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

bugfix: Support Java when using sbt server via BSP #5535

Merged
merged 1 commit into from Aug 9, 2023

Conversation

tgodzik
Copy link
Contributor

@tgodzik tgodzik commented Aug 8, 2023

Previously, because sbt doesn't implement javacOptions endpoint we would not provide support for Java files. Now, we fallback to the information provided from the Scala build target, which should be enough for the current features.

Previously, because sbt doesn't implement javacOptions endpoint we would not provide support for Java files. Now, we fallback to the information provided from the Scala build target, which should be enough for the current features.
@tgodzik tgodzik requested a review from adpi2 August 8, 2023 16:37
Copy link
Member

@adpi2 adpi2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

(I also added the implementation of javacOptions in sbt BSP server to my todo list)

@tgodzik tgodzik merged commit e594f0c into scalameta:main Aug 9, 2023
23 of 24 checks passed
@tgodzik tgodzik deleted the sbt-java-support branch August 9, 2023 13:56
@jkciesluk jkciesluk modified the milestone: Metals v1.0.1 Aug 24, 2023
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.

None yet

3 participants