Skip to content

Commit

Permalink
Make project configuration for php work with Serenata
Browse files Browse the repository at this point in the history
See issue #2259
  • Loading branch information
apergos committed Oct 17, 2020
1 parent 7c6ace2 commit f6a431a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions clients/lsp-php.el
Original file line number Diff line number Diff line change
Expand Up @@ -325,11 +325,11 @@ already present."

(defun lsp-serenata-init-options ()
"Init options for lsp-serenata."
`( :config ( :uris ,lsp-serenata-uris
:indexDatabaseUri ,lsp-serenata-index-database-uri
:phpVersion ,lsp-serenata-php-version
:excludedPathExpressions ,lsp-serenata-exclude-path-expressions
:fileExtensions ,lsp-serenata-file-extensions)))
`( :configuration ( :uris ,lsp-serenata-uris
:indexDatabaseUri ,lsp-serenata-index-database-uri
:phpVersion ,lsp-serenata-php-version
:excludedPathExpressions ,lsp-serenata-exclude-path-expressions
:fileExtensions ,lsp-serenata-file-extensions)))


(lsp-interface (serenata:didProgressIndexing (:sequenceOfIndexedItem :totalItemsToIndex :progressPercentage :folderUri :fileUri :info) nil ))
Expand Down

0 comments on commit f6a431a

Please sign in to comment.