From c6fb0e655fd33ceb4ecdbdecea2614e4ea37d129 Mon Sep 17 00:00:00 2001 From: Ivan Serdiuk Date: Mon, 18 May 2020 22:16:32 +0300 Subject: [PATCH] add dependency on FilteringHighlightingDaemonStage add dependency on FilteringHighlightingDaemonStage for FilteringHighlightingConsumer to work properly. Fix for https://youtrack.jetbrains.com/issue/RSRP-476959 --- src/Exceptional/ExceptionalDaemonStage.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Exceptional/ExceptionalDaemonStage.cs b/src/Exceptional/ExceptionalDaemonStage.cs index ebc6234..3573de3 100644 --- a/src/Exceptional/ExceptionalDaemonStage.cs +++ b/src/Exceptional/ExceptionalDaemonStage.cs @@ -28,7 +28,7 @@ internal static class ServiceLocator /// It is responsible for creating daemon stage process. The /// marks this type so that it will be automatically loaded by ReSharper. To work properly the /// marked type must implement interface. - [DaemonStage] + [DaemonStage(StagesBefore = new [] {typeof(FilteringHighlightingDaemonStage)})] public class ExceptionalDaemonStage : CSharpDaemonStageBase { protected override IDaemonStageProcess CreateProcess(