You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ghcide/src/Development/IDE/Main.hs
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -135,7 +135,6 @@ data Log
135
135
| LogLspStart [PluginId]
136
136
| LogLspStartDuration!Seconds
137
137
| LogShouldRunSubset!Bool
138
-
| LogOnlyPartialGhc94Support
139
138
| LogSetInitialDynFlagsException!SomeException
140
139
| LogServiceService.Log
141
140
| LogShakeShake.Log
@@ -159,8 +158,6 @@ instance Pretty Log where
159
158
"Started LSP server in"<+> pretty (showDuration duration)
160
159
LogShouldRunSubset shouldRunSubset ->
161
160
"shouldRunSubset:"<+> pretty shouldRunSubset
162
-
LogOnlyPartialGhc94Support->
163
-
"Currently, HLS supports GHC 9.4 only partially. See [issue #3190](https://github.com/haskell/haskell-language-server/issues/3190) for more detail."
0 commit comments