File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import Control.Monad.IO.Class
11
11
-- import Data.Default
12
12
-- import qualified Data.HashMap.Strict as HM
13
13
-- import Data.Maybe
14
- -- import qualified Data.Text as T
14
+ import qualified Data.Text as T
15
15
-- import Language.Haskell.LSP.Test
16
16
import Language.Haskell.LSP.Test as Test
17
17
import Language.Haskell.LSP.Types
@@ -31,6 +31,9 @@ spec = do
31
31
describe " composes code actions" $
32
32
it " provides 3.8 code actions" $ runSession hieCommandExamplePlugin fullCaps " test/testdata" $ do
33
33
34
+ -- sendNotification (CustomClientMethod "$/progress") (T.pack "provides 3.8 code actions")
35
+ sendNotification (CustomClientMethod " $/testid" ) (T. pack " provides 3.8 code actions" )
36
+
34
37
doc <- openDoc " Format.hs" " haskell"
35
38
_diags@ (diag1: _) <- waitForDiagnostics
36
39
You can’t perform that action at this time.
0 commit comments