Backend/RiderPlugin/ForTea.RiderPlugin/ProtocolAware/ZoneMarker.cs (10 lines of code) (raw):
using JetBrains.Application.BuildScript.Application.Zones;
using JetBrains.Rider.Backend.Env;
using JetBrains.Rider.Backend.Product;
namespace JetBrains.ForTea.RiderPlugin.ProtocolAware
{
[ZoneMarker]
public class ZoneMarker : IRequire<IRiderFeatureZone> /*todo should we enable this for lightweigh?*/, IRequire<IRiderProductEnvironmentZone>
{
}
}