sbt/main
BitToby 963acca8ad
[2.x] fix: Preserve user-specified scope axes in command instead of silently discarding them (#8916)
**Problem**
set every silently discards scope axes the user provides. Running:

set every Test / sources := Nil

empties sources in **all** scopes including Compile, not just Test. This happens because rescope in SettingCompletions.setAll strips the scope and forces Global.

**Solution**
Changed rescope to keep the user's config/task/extra axes and only wildcard the project axis. When no scope is given, behavior is unchanged - all axes match everything as before.
2026-03-18 00:53:54 -04:00
..
src [2.x] fix: Preserve user-specified scope axes in command instead of silently discarding them (#8916) 2026-03-18 00:53:54 -04:00
NOTICE Transfer copyright to Scala Center 2023-06-20 16:39:07 +02:00