Skip to content

Commit de655e8

Browse files
authored
enable multi-root for lsp-typeprof to work with typeprof 0.30.x and later (#4902)
1 parent 06e863f commit de655e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clients/lsp-typeprof.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@
5252
#'lsp-typeprof--build-command)
5353
:priority -4
5454
:activation-fn (lsp-activate-on "ruby")
55-
:server-id 'typeprof-ls))
55+
:server-id 'typeprof-ls
56+
:multi-root t))
5657

5758
(lsp-consistency-check lsp-typeprof)
5859

0 commit comments

Comments
 (0)