Skip to content

Commit dc56a25

Browse files
committed
Rename to -folders remove
The non-ivy equivalent, `lsp-workspace-folders-remove' also uses the plural form, so rename to be more discoverable.
1 parent f0586ad commit dc56a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lsp-ivy.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ When called with prefix ARG the default selection will be symbol at point."
222222

223223

224224
;;;###autoload
225-
(defun lsp-ivy-workspace-folder-remove ()
225+
(defun lsp-ivy-workspace-folders-remove ()
226226
"Remove a project-root from the list of workspace folders."
227227
(interactive)
228228
(let ((session (lsp-session)))

0 commit comments

Comments
 (0)