File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{-# LANGUAGE GADTs #-}
22module ClientSettingsTests (tests ) where
33
4- import Config (lspTestCaps , testWithConfig )
4+ import Config (lspTestCaps , testWithConfig ,
5+ testWithDummyPluginEmpty )
56import Control.Applicative.Combinators
67import Control.Monad
78import Data.Aeson (toJSON )
@@ -18,11 +19,10 @@ import Language.LSP.Test
1819import Test.Hls (testConfigCaps ,
1920 waitForProgressDone )
2021import Test.Tasty
21- import TestUtils
2222
2323tests :: TestTree
2424tests = testGroup " client settings handling"
25- [ testWithConfig " ghcide restarts shake session on config changes" def {testConfigCaps = lspTestCaps} $ do
25+ [ testWithDummyPluginEmpty " ghcide restarts shake session on config changes" $ do
2626 setIgnoringLogNotifications False
2727 void $ createDoc " A.hs" " haskell" " module A where"
2828 waitForProgressDone
You can’t perform that action at this time.
0 commit comments