Skip to content

Commit

Permalink
lsp-pwsh: don not support multi-root (#4080)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiennq committed Jun 28, 2023
1 parent ba50b9d commit 05c88ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clients/lsp-pwsh.el
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,6 @@ Must not nil.")
:major-modes lsp-pwsh--major-modes
:server-id 'pwsh-ls
:priority -1
:multi-root t
:initialization-options #'lsp-pwsh--extra-init-params
:notification-handlers (ht ("powerShell/executionStatusChanged" #'ignore)
("output" #'ignore))
Expand Down

0 comments on commit 05c88ea

Please sign in to comment.