Dev Build 3075 is out now.
3075 adds back the notion of selecting a build system. Selecting a build system will make it the only relevant choice: no other build systems will appear in the list, and the selected build system will always appear in the list. In general, you shouldn’t need to do this, it was added to address two scenarios:
- A user has a build system that is deemed not relevant, most likely due to the build system having a selector that doesn’t match the current file. It’s not always practical to edit the build system, so selecting it instead overrides the selector based detection.
- A user has many relevant build systems, and they only want to focus on a single one.
When a build system is selected, you can still choose between variants within that build system via primary+shift+b.