mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 01:03:02 +02:00
Closes #4399 - Add subscribeToAll to InitializeOption (protocol); default true for backward compatibility. - CommandExchange: send broadcast notifyEvent/logMessage only to channels with subscribeToAll. - TestServer: support subscribeToAll parameter for tests; AbstractServerTest: subscribeToAllForTest. - ClientSubscriptionTest: assert default client receives build/logMessage when command runs. - Scripted test server/client-subscription: run show name to exercise server client path.