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 3ccebde commit 20a723aCopy full SHA for 20a723a
exe/Main.hs
@@ -95,7 +95,7 @@ main = do
95
if argLSP then do
96
t <- offsetTime
97
hPutStrLn stderr "Starting LSP server..."
98
- hPutStrLn stderr "If you are seeing this in a terminal, you probably should have run ghcidie WITHOUT the --lsp option!"
+ hPutStrLn stderr "If you are seeing this in a terminal, you probably should have run ghcide WITHOUT the --lsp option!"
99
runLanguageServer def handlers $ \getLspId event vfs caps -> do
100
t <- t
101
hPutStrLn stderr $ "Started LSP server in " ++ showDuration t
0 commit comments