Skip to content

Commit 1d6ecde

Browse files
VenInffendor
andauthored
Update plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/CabalAdd.hs
Co-authored-by: fendor <[email protected]>
1 parent 59ff903 commit 1d6ecde

File tree

1 file changed

+1
-1
lines changed
  • plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal

1 file changed

+1
-1
lines changed

plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/CabalAdd.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ addDependencySuggestCodeAction recorder plId verTxtDocId suggestions haskellFile
163163
, buildTarget = target
164164
, dependency = suggestedDep
165165
, version=version}
166-
command = mkLspCommand plId (CommandId cabalAddCommand) "Execute Code Action" (Just [toJSON params])
166+
command = mkLspCommand plId (CommandId cabalAddCommand) "Add missing dependency" (Just [toJSON params])
167167
in CodeAction title (Just CodeActionKind_QuickFix) (Just []) Nothing Nothing Nothing (Just command) Nothing
168168

169169
-- | Gives a mentioned number of @(dependency, version)@ pairs

0 commit comments

Comments
 (0)