File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ library
67
67
, optparse-applicative
68
68
, optparse-simple
69
69
, process
70
+ , shake
70
71
, unordered-containers
71
72
72
73
ghc-options : -Wall -Wredundant-constraints -Wno-name-shadowing
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ import System.FilePath
54
54
import System.IO
55
55
import qualified System.Log.Logger as L
56
56
import System.Time.Extra
57
+ import Development.Shake (action )
57
58
58
59
-- ---------------------------------------------------------------------
59
60
-- ghcide partialhandlers
@@ -136,7 +137,7 @@ runLspMode lspArgs@LspArguments{..} idePlugins = do
136
137
-- , optCheckProject = checkProject config
137
138
}
138
139
debouncer <- newAsyncDebouncer
139
- initialise caps (mainRule >> pluginRules plugins)
140
+ initialise caps (mainRule >> pluginRules plugins >> action kick )
140
141
getLspId event wProg wIndefProg hlsLogger debouncer options vfs
141
142
else do
142
143
-- GHC produces messages with UTF8 in them, so make sure the terminal doesn't error
You can’t perform that action at this time.
0 commit comments