Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit 7cf421b

Browse files
committed
lisp: remove duplicate methods from a bad merge
1 parent 4570cf9 commit 7cf421b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

lsp-python-ms.el

-8
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,6 @@ Optionally add the WORKSPACE to the python search list."
9595
:maxDocumentationTextLength 0)
9696
:searchPaths ,(json-read-from-string pysyspath)))))
9797

98-
(defun lsp-python-ms--client-initialized (client)
99-
"Callback for client initialized."
100-
(lsp-client-on-notification client "python/languageServerStarted" 'lsp-python-ms--language-server-started))
101-
102-
(defun lsp-python-ms--language-server-started (workspace params)
103-
"Callback for server started initialized."
104-
(message "[MS Python language server started]"))
105-
10698
(defun lsp-python-ms--workspace-root ()
10799
"Get the root using ffip or projectile, or just return `default-directory'."
108100
(cond

0 commit comments

Comments
 (0)