From 859447bfab306ffa3ba53f440dbad76c0ebdb524 Mon Sep 17 00:00:00 2001 From: Umar Ahmad Date: Mon, 3 Jun 2024 15:59:11 +0530 Subject: [PATCH] fix: lsp-php (intelephense) - Fix typo in max file size setting --- clients/lsp-php.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/lsp-php.el b/clients/lsp-php.el index 188209bb3a..0d542d943e 100644 --- a/clients/lsp-php.el +++ b/clients/lsp-php.el @@ -98,7 +98,7 @@ completions." :type 'number :group 'lsp-intelephense :package-version '(lsp-mode . "6.1") - :lsp-path "intelephense-files.maxSize") + :lsp-path "intelephense.files.maxSize") (lsp-defcustom lsp-intelephense-files-associations ["*.php" "*.phtml"]