diff --git a/clients/lsp-pwsh.el b/clients/lsp-pwsh.el index b15e0f413f..b99b9f8a6b 100644 --- a/clients/lsp-pwsh.el +++ b/clients/lsp-pwsh.el @@ -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))