Adrien Piquerez

Results 262 comments of Adrien Piquerez

@muskan3006 Thank you for volunteering yourself on this issue. Don't hesitate to ask any question here if you miss some pieces of information.

This is addressed by #1345

Thanks for reporting this issue. Unfortunately I could not reproduce it. I tried to run `migrate-syntax` on `OpenJDK 18` and it worked fine. I tried on the newer version of...

A related bug or improvement is https://github.com/VirtusLab/scala-cli/issues/1927

> There are use cases in VS Code, such as integration with the testing UI, that could be potentially best served via a direct VS Code extension instead of via...

I can start reviewing it this week, but I have almost no experience with Bazel so I will have more questions than useful comments.

> I managed to disable java formatting for now, but I'll have to think how to handle scalafmt. You can use coursier to download the scalafmt binary in the repo,...

If we want BSP to become language-agnostic we should better not use sbt, which is too Scala specific. I don't have any experience with Bazel, but from what I heard,...

We already have the [workspace/reload](https://build-server-protocol.github.io/docs/specification#workspacereload-request) request to instruct the server to reload the configuration. Isn't that what you need? What is the difference?

> The gap is that, we cannot put the value of the settings as the request body of workspace/reload. Thanks for the clarification. Would it solve the issue if we...