You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reading some issues here it seems as if use of workspace/didChangeConfiguration is being discouraged in favor of workspace/configuration. If so how does the server know when to send workspace/configuration?
The text was updated successfully, but these errors were encountered:
In the pull model the client will still send workspace/didChangeConfiguration however without any data payload. The client has then to pull configurations. So workspace/didChangeConfiguration is more a notification then a push.
I will close the issue. Please ping back if still unclear.
Reading some issues here it seems as if use of
workspace/didChangeConfiguration
is being discouraged in favor ofworkspace/configuration
. If so how does the server know when to sendworkspace/configuration
?The text was updated successfully, but these errors were encountered: