diff --git a/hls-gadt-plugin.cabal b/hls-gadt-plugin.cabal
--- a/hls-gadt-plugin.cabal
+++ b/hls-gadt-plugin.cabal
@@ -1,6 +1,6 @@
 cabal-version:      2.4
 name:               hls-gadt-plugin
-version:            2.5.0.0
+version:            2.6.0.0
 synopsis:           Convert to GADT syntax plugin
 description:
   Please see the README on GitHub at <https://github.com/haskell/haskell-language-server/tree/master/plugins/hls-gadt-plugin#readme>
@@ -35,10 +35,10 @@
     , containers
     , extra
     , ghc
-    , ghcide                 == 2.5.0.0
+    , ghcide                 == 2.6.0.0
     , ghc-boot-th
     , ghc-exactprint
-    , hls-plugin-api         == 2.5.0.0
+    , hls-plugin-api         == 2.6.0.0
     , hls-refactor-plugin
     , lens
     , lsp                    >=2.3
@@ -68,7 +68,7 @@
     , base
     , filepath
     , hls-gadt-plugin
-    , hls-test-utils              == 2.5.0.0
+    , hls-test-utils              == 2.6.0.0
     , lens
     , lsp
     , lsp-test
diff --git a/src/Ide/Plugin/GADT.hs b/src/Ide/Plugin/GADT.hs
--- a/src/Ide/Plugin/GADT.hs
+++ b/src/Ide/Plugin/GADT.hs
@@ -38,7 +38,7 @@
 import           Language.LSP.Server              (sendRequest)
 
 descriptor :: PluginId -> PluginDescriptor IdeState
-descriptor plId = (defaultPluginDescriptor plId)
+descriptor plId = (defaultPluginDescriptor plId "Provides a code action to convert datatypes to GADT syntax")
     { Ide.Types.pluginHandlers =
         mkPluginHandler SMethod_TextDocumentCodeAction codeActionHandler
     , pluginCommands =
