Skip to content

Commit 39d4ed9

Browse files
committed
Rebase on top of ghcide HEAD
1 parent e8bdd77 commit 39d4ed9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

exe/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ runLspMode lspArgs@LspArguments {..} = do
186186
hPutStrLn stderr $ " in directory: " <> dir
187187
hPutStrLn stderr "If you are seeing this in a terminal, you probably should have run ghcide WITHOUT the --lsp option!"
188188

189-
runLanguageServer options (pluginHandler plugins) getInitialConfig getConfigFromNotification $ \getLspId event vfs caps wProg wIndefProg _getConfig -> do
189+
runLanguageServer options (pluginHandler plugins) getInitialConfig getConfigFromNotification $ \getLspId event vfs caps wProg wIndefProg _getConfig _rootPath -> do
190190
t <- t
191191
hPutStrLn stderr $ "Started LSP server in " ++ showDuration t
192192
sessionLoader <- loadSession dir

ghcide

Submodule ghcide updated 51 files

0 commit comments

Comments
 (0)