Skip to content

Commit 346048f

Browse files
July541fendor
authored andcommitted
Comment log
1 parent 437830a commit 346048f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ghcide/src/Development/IDE/LSP/LanguageServer.hs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ data Log
6161
instance Pretty Log where
6262
pretty = \case
6363
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.
6467
"Registering IDE configuration:" <+> viaShow ideConfig
6568
LogReactorThreadException e ->
6669
vcat

0 commit comments

Comments
 (0)