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 437830a commit 346048fCopy full SHA for 346048f
ghcide/src/Development/IDE/LSP/LanguageServer.hs
@@ -61,6 +61,9 @@ data Log
61
instance Pretty Log where
62
pretty = \case
63
LogRegisteringIdeConfig ideConfig ->
64
+ -- This log is also used to identify if HLS starts successfully in vscode-haskell,
65
+ -- don't forget to update the corresponding test in vscode-haskell if the text in
66
+ -- the next line has been modified.
67
"Registering IDE configuration:" <+> viaShow ideConfig
68
LogReactorThreadException e ->
69
vcat
0 commit comments