Skip to content

Commit

Permalink
Change the priority of mspyls.
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Feb 3, 2020
1 parent 83ef84d commit 396c25c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lsp-python-ms.el
Expand Up @@ -429,7 +429,7 @@ other handlers. "
(lambda () (f-exists? lsp-python-ms-executable)))
:major-modes (append '(python-mode) lsp-python-ms-extra-major-modes)
:server-id 'mspyls
:priority 1
:priority -2
:initialization-options 'lsp-python-ms--extra-init-params
:notification-handlers (lsp-ht ("python/languageServerStarted" 'lsp-python-ms--language-server-started-callback)
("telemetry/event" 'ignore)
Expand Down

0 comments on commit 396c25c

Please sign in to comment.