Skip to content

Commit

Permalink
lsp-php: Support intelephense.environment.includePaths (#4179)
Browse files Browse the repository at this point in the history
* intelephense.environment.includePaths

Support intelephense.environment.includePaths

* Update lsp-php.el
  • Loading branch information
drzraf authored Oct 16, 2023
1 parent 6dcc225 commit 23173ba
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions clients/lsp-php.el
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,14 @@ from all language server features."
:package-version '(lsp-mode . "6.1")
:lsp-path "intelephense.files.exclude")

(lsp-defcustom lsp-intelephense-paths-include
[]
"Configure additional paths outside workspace."
:type 'lsp-string-vector
:group 'lsp-intelephense
:package-version '(lsp-mode . "8.1")
:lsp-path "intelephense.environment.includePaths")

(lsp-defcustom lsp-intelephense-stubs
["apache" "bcmath" "bz2" "calendar"
"com_dotnet" "Core" "ctype" "curl" "date" "dba" "dom" "enchant"
Expand Down

0 comments on commit 23173ba

Please sign in to comment.