Tomasz Godzik
Tomasz Godzik
Thanks for reporting! We should probably add a few buttons for each platform if available. It's possible currently to work around it by setting bspEnabled := false for platforms that...
> > It's possible currently to work around it by setting `bspEnabled := false` for platforms that you don't intend to run or work on. > > That is a...
Thanks for reporting! This should be quite easy to do, we can check what is the version used in the current target, for Scala 3 use braceless syntax unless an...
Thanks for opening up the issue here! It will be useful to track it.
Actually, we have a separate steward in https://github.com/scalacenter/steward I'll add it there
@froth no progress currently, but using project-matrix can work around it.
> I guess I can go to the Metals tab, click on "Terminal", then run `sbt -client ++3.1.3` or whatever version I want, then click "Connect to build server"; that...
We can do something like: Though it might not work for all possible errors.
Would you expect the exact instruction to be something like: ``` Unpack the archive specific to your system architecture and run bin/scala located within the archive. ``` something along those...
If you modify the metals.javaHome it should pick it up and suggest to restart. Otherwise, you should be able to see in the metals vscode logs how it's picking the...