Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Ide/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ runLspMode lspArgs@LspArguments{..} idePlugins = do
hPutStrLn stderr "If you are seeing this in a terminal, you probably should have run ghcide WITHOUT the --lsp option!"

Main.defaultMain def
{ Main.argFiles = if argLSP then Nothing else Just []
{ Main.argFiles = if argLSP then Nothing else Just argFiles
, Main.argsHlsPlugins = idePlugins
, Main.argsLogger = pure hlsLogger
, Main.argsIdeOptions = \_config sessionLoader ->
Expand Down