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 7699a12 commit 0519351Copy full SHA for 0519351
plugins/hls-eval-plugin/src/Ide/Plugin/Eval.hs
@@ -27,7 +27,7 @@ import Language.LSP.Protocol.Message
27
-- |Plugin descriptor
28
descriptor :: Recorder (WithPriority Eval.Log) -> PluginId -> PluginDescriptor IdeState
29
descriptor recorder plId =
30
- (defaultPluginDescriptor plId "Provies code action and lens to evaluate expressions in doctest comments")
+ (defaultPluginDescriptor plId "Provides code action and lens to evaluate expressions in doctest comments")
31
{ pluginHandlers = mconcat
32
[ mkPluginHandler SMethod_TextDocumentCodeAction (Handlers.codeAction recorder)
33
, mkPluginHandler SMethod_TextDocumentCodeLens (Handlers.codeLens recorder)
0 commit comments