phpactor / language-server-phpactor-extensions

MIT License
0 stars 4 forks source link

Fix checking missing didChangeWatchedFiles capability #54

Closed przepompownia closed 2 years ago

przepompownia commented 2 years ago

It only fixes casting to bool to avoid PHP Warning: Undefined array key "didChangeWatchedFiles" in logs. Neovim's LSP built-in client does not send it.

dantleech commented 2 years ago

Thanks!