Skip to content

Commit fc92e92

Browse files
committed
add IRiderFeatureZone to use RiderNotificationPopupHost
1 parent 1082058 commit fc92e92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resharper/resharper-unity/src/Unity.Rider/ZoneMarker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ namespace JetBrains.ReSharper.Plugins.Unity.Rider
66
// Various features require IRiderProductEnvironmentZone, but we can't seem to use that in tests
77
// Same with IRiderFeatureZone
88
[ZoneMarker]
9-
public class ZoneMarker : IRequire<IRiderPlatformZone>//, IRequire<IRiderProductEnvironmentZone>
9+
public class ZoneMarker : IRequire<IRiderPlatformZone>, IRequire<IRiderFeatureZone>//, IRequire<IRiderProductEnvironmentZone>
1010
{
1111
}
1212
}

0 commit comments

Comments
 (0)