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
1111-- import Data.Default
1212-- import qualified Data.HashMap.Strict as HM
1313-- import Data.Maybe
14- -- import qualified Data.Text as T
14+ import qualified Data.Text as T
1515-- import Language.Haskell.LSP.Test
1616import Language.Haskell.LSP.Test as Test
1717import Language.Haskell.LSP.Types
@@ -31,6 +31,9 @@ spec = do
3131 describe " composes code actions" $
3232 it " provides 3.8 code actions" $ runSession hieCommandExamplePlugin fullCaps " test/testdata" $ do
3333
34+ -- sendNotification (CustomClientMethod "$/progress") (T.pack "provides 3.8 code actions")
35+ sendNotification (CustomClientMethod " $/testid" ) (T. pack " provides 3.8 code actions" )
36+
3437 doc <- openDoc " Format.hs" " haskell"
3538 _diags@ (diag1: _) <- waitForDiagnostics
3639
You can’t perform that action at this time.
0 commit comments