-
Notifications
You must be signed in to change notification settings - Fork 5
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
Ability to enable Metals for only a subset of projects #332
Comments
Related to this feature request I think, but I'm not entirely sure. |
Aha, this is a duplicate of scalameta/metals#6782! Sorry I missed it in my initial search :) |
No worries @armanbilge I wonder if you have anything more to add. What is the exact issue you are seeing, what happens within Metals that might be slowing things down? Do you have a project maybe where we could experiement? We can continue the conversation on the other issue. This looks like something more along the lines of a bug really. |
Is your feature request related to a problem? Please describe.
Builds may contain many (sub-)projects. E.g. 10 modules x 3 scala versions x 3 platforms = 90 projects. Loading all of these into Metals is not the funnest day :) particularly if you are only working on a subset of them. In practice a single platform and single scala version is sufficient.
Describe the solution you'd like
Bleep has an interesting feature where it allows you to select the specific subset of projects you are interested in.
https://bleep.build/docs/usage/selecting-projects/
Describe alternatives you've considered
Additional context
No response
Search terms
cross-building, platforms
The text was updated successfully, but these errors were encountered: