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 6b3e9db commit 22529c2Copy full SHA for 22529c2
ghcide/exe/Main.hs
@@ -79,7 +79,7 @@ main = do
79
hPutStrLn stderr "If you are seeing this in a terminal, you probably should have run ghcide WITHOUT the --lsp option!"
80
_ -> return ()
81
82
- Main.defaultMain Main.defArguments
+ Main.defaultMain def
83
{Main.argFiles = case argFilesOrCmd of
84
Typecheck x | not argLSP -> Just x
85
_ -> Nothing
0 commit comments