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 59ff903 commit 1d6ecdeCopy full SHA for 1d6ecde
plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/CabalAdd.hs
@@ -163,7 +163,7 @@ addDependencySuggestCodeAction recorder plId verTxtDocId suggestions haskellFile
163
, buildTarget = target
164
, dependency = suggestedDep
165
, version=version}
166
- command = mkLspCommand plId (CommandId cabalAddCommand) "Execute Code Action" (Just [toJSON params])
+ command = mkLspCommand plId (CommandId cabalAddCommand) "Add missing dependency" (Just [toJSON params])
167
in CodeAction title (Just CodeActionKind_QuickFix) (Just []) Nothing Nothing Nothing (Just command) Nothing
168
169
-- | Gives a mentioned number of @(dependency, version)@ pairs
0 commit comments