Skip to content

Commit bd77ed1

Browse files
authored
Revert "Fix #4782 ensure ty is mutually exclusive to other Python servers (#4…" (#4812)
1 parent 1d5f769 commit bd77ed1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clients/lsp-python-ty.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
(make-lsp-client :new-connection (lsp-stdio-connection (lambda () lsp-python-ty-clients-server-command))
4242
:activation-fn (lsp-activate-on "python")
4343
:priority -1
44+
:add-on? t
4445
:server-id 'ty-ls))
4546

4647
(lsp-consistency-check lsp-python-ty)

0 commit comments

Comments
 (0)