scalameta / metals-feature-requests

Issue tracker for Metals feature requests
37 stars 4 forks source link

Allow setting default build server #358

Closed fabianMendez closed 7 months ago

fabianMendez commented 1 year ago

Is your feature request related to a problem? Please describe.

In VSCode I currently have to import the project with Bloop and only after that I can switch the build server to use sbt.

Describe the solution you'd like

Having a vscode configuration that allows me to set sbt as the default build server.

Describe alternatives you've considered

Keep importing projects with Bloop first and then switching to sbt.

Additional context

No response

Search terms

sbt build server

tgodzik commented 1 year ago

Thanks for reporting! It should be pretty simple to add a setting for that. If anyone wants to take a look, let me know.