Skip to content

Commit 1d5f769

Browse files
authored
Fix #4782 ensure ty is mutually exclusive to other Python servers (#4811)
1 parent 869fdf5 commit 1d5f769

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clients/lsp-python-ty.el

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
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
4544
:server-id 'ty-ls))
4645

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

0 commit comments

Comments
 (0)