We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeb3f1f commit ca16b1dCopy full SHA for ca16b1d
test/functional/Progress.hs
@@ -9,10 +9,9 @@ module Progress (tests) where
9
import Control.Exception (throw)
10
import Control.Lens hiding ((.=))
11
import Data.Aeson (decode, encode)
12
-import Data.Functor (void)
13
import Data.List (delete)
14
import Data.Maybe (fromJust)
15
-import Data.Text (Text, pack)
+import Data.Text (Text)
16
import Ide.Types
17
import Language.LSP.Protocol.Capabilities
18
import qualified Language.LSP.Protocol.Lens as L
@@ -52,9 +51,6 @@ tests =
52
51
_ -> error $ "Unexpected response result: " ++ show response
53
]
54
55
-formatLspConfig :: Text -> Config
56
-formatLspConfig provider = def { formattingProvider = provider }
57
-
58
progressCaps :: ClientCapabilities
59
progressCaps = fullCaps{_window = Just (WindowClientCapabilities (Just True) Nothing Nothing)}
60
0 commit comments