diff --git a/hls-retrie-plugin.cabal b/hls-retrie-plugin.cabal
--- a/hls-retrie-plugin.cabal
+++ b/hls-retrie-plugin.cabal
@@ -1,6 +1,6 @@
 cabal-version:      2.2
 name:               hls-retrie-plugin
-version:            2.5.0.0
+version:            2.6.0.0
 synopsis:           Retrie integration plugin for Haskell Language Server
 description:
   Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>
@@ -37,9 +37,9 @@
     , directory
     , extra
     , ghc
-    , ghcide                == 2.5.0.0
+    , ghcide                == 2.6.0.0
     , hashable
-    , hls-plugin-api        == 2.5.0.0
+    , hls-plugin-api        == 2.6.0.0
     , hls-refactor-plugin
     , lens
     , lsp
@@ -77,5 +77,5 @@
     , hls-plugin-api
     , hls-refactor-plugin
     , hls-retrie-plugin
-    , hls-test-utils             == 2.5.0.0
+    , hls-test-utils             == 2.6.0.0
     , text
diff --git a/src/Ide/Plugin/Retrie.hs b/src/Ide/Plugin/Retrie.hs
--- a/src/Ide/Plugin/Retrie.hs
+++ b/src/Ide/Plugin/Retrie.hs
@@ -173,7 +173,7 @@
 
 descriptor :: PluginId -> PluginDescriptor IdeState
 descriptor plId =
-  (defaultPluginDescriptor plId)
+  (defaultPluginDescriptor plId "Provides code actions to inline Haskell definitions")
     { pluginHandlers = mkPluginHandler SMethod_TextDocumentCodeAction provider,
       pluginCommands = [retrieCommand, retrieInlineThisCommand]
     }
