Vscode-intelephense: Dynamically register didChangeWatchedFiles

Created on 6 Apr 2019  路  4Comments  路  Source: bmewburn/vscode-intelephense

Hey!

When intelephense is active, and i install some composer packages i must to restart LS for indexing new packages, this problem not appear in VSCode.

Sorry for my bad. English!

resolved in 1.0.14

All 4 comments

This is likely the client you are using. The server doesn't have any file watching capabilities and relies on the client to notify it of changes to the workspace.

@bmewburn I contact author from client, and this is a answer:

Your language server doesn't regsit file change notification, so client doesn't send event to it.

Please read: https://microsoft.github.io/language-server-protocol/specification#workspace_didChangeWatchedFiles

The server is still using the old mechanism where these got sent regardless. I'll update it to the newer dynamic registration.

reopening so I dont forget

Was this page helpful?
0 / 5 - 0 ratings

Related issues

vanasis picture vanasis  路  4Comments

ghost picture ghost  路  3Comments

zlianon picture zlianon  路  3Comments

dgunay picture dgunay  路  3Comments

ottopic picture ottopic  路  3Comments