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 d408b40 commit 5fc619cCopy full SHA for 5fc619c
lsp-test/ChangeLog.md
@@ -1,6 +1,6 @@
1
# Revision history for lsp-test
2
3
-## HEAD
+## 0.15.0.1
4
5
* Adds helper functions to resolve code lens, code actions, and completion items.
6
lsp-test/src/Language/LSP/Test.hs
@@ -142,6 +142,7 @@ import System.FilePath
142
import System.Process (ProcessHandle, CreateProcess)
143
import qualified System.FilePath.Glob as Glob
144
import Control.Monad.State (execState)
145
+import Data.Traversable (for)
146
147
-- | Starts a new session.
148
--
0 commit comments