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 f1c9931 commit b7e9865Copy full SHA for b7e9865
plugins/hls-alternate-number-format-plugin/src/Ide/Plugin/AlternateNumberFormat.hs
@@ -35,13 +35,12 @@ import Ide.Types
35
import qualified Language.LSP.Protocol.Lens as L
36
import Language.LSP.Protocol.Message
37
import Language.LSP.Protocol.Types
38
-import Prelude hiding (log)
39
40
newtype Log = LogShake Shake.Log deriving Show
41
42
instance Pretty Log where
43
pretty = \case
44
- LogShake log -> pretty log
+ LogShake msg -> pretty msg
45
46
descriptor :: Recorder (WithPriority Log) -> PluginId -> PluginDescriptor IdeState
47
descriptor recorder pId = (defaultPluginDescriptor pId "Provides code actions to convert numeric literals to different formats")
0 commit comments