File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ import Development.IDE.Main
4545import qualified Development.IDE.Main as Ghcide
4646import qualified Development.IDE.Plugin.HLS.GhcIde as Ghcide
4747import Development.IDE.Plugin.Test (TestRequest (WaitForShakeQueue ))
48+ import qualified Development.IDE.Plugin.Test as Test
4849import Development.IDE.Types.Options
4950import GHC.IO.Handle
5051import Ide.Plugin.Config (Config , formattingProvider )
@@ -176,7 +177,7 @@ runSessionWithServer' plugin conf sconf caps root s = withLock lock $ keepCurren
176177 argsIdeOptions = \ config sessionLoader ->
177178 let ideOptions = (argsIdeOptions def config sessionLoader) {optTesting = IdeTesting True }
178179 in ideOptions {optShakeOptions = (optShakeOptions ideOptions) {shakeThreads = 2 }},
179- argsHlsPlugins = pluginDescToIdePlugins $ plugin ++ Ghcide. descriptors
180+ argsHlsPlugins = pluginDescToIdePlugins $ plugin ++ Test. plugin : Ghcide. descriptors
180181 }
181182 x <- runSessionWithHandles inW outR sconf caps root s
182183 hClose inW
You can’t perform that action at this time.
0 commit comments