From 05c88ea1bd1ac56bf2a386541047a96240676047 Mon Sep 17 00:00:00 2001 From: kiennq Date: Thu, 29 Jun 2023 01:09:08 +0900 Subject: [PATCH] lsp-pwsh: don not support multi-root (#4080) --- clients/lsp-pwsh.el | 1 - 1 file changed, 1 deletion(-) 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))