File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,9 @@ module Progress (tests) where
9
9
import Control.Exception (throw )
10
10
import Control.Lens hiding ((.=) )
11
11
import Data.Aeson (decode , encode )
12
- import Data.Functor (void )
13
12
import Data.List (delete )
14
13
import Data.Maybe (fromJust )
15
- import Data.Text (Text , pack )
14
+ import Data.Text (Text )
16
15
import Ide.Types
17
16
import Language.LSP.Protocol.Capabilities
18
17
import qualified Language.LSP.Protocol.Lens as L
@@ -52,9 +51,6 @@ tests =
52
51
_ -> error $ " Unexpected response result: " ++ show response
53
52
]
54
53
55
- formatLspConfig :: Text -> Config
56
- formatLspConfig provider = def { formattingProvider = provider }
57
-
58
54
progressCaps :: ClientCapabilities
59
55
progressCaps = fullCaps{_window = Just (WindowClientCapabilities (Just True ) Nothing Nothing )}
60
56
You can’t perform that action at this time.
0 commit comments