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
Hey I was wondering what's the difference between context.Notify and context.Call - it took me a few hours to find out that you need to use context.Call for the workspace/applyEdit command to work :C I think some documentation here could potentially save future people's time too :D
From the arguments, I can see that context.Call takes a result argument - what is this exactly? From my understanding, I'd expect this to be returned from the client instead of the server specifying it
The text was updated successfully, but these errors were encountered:
From the arguments, I can see that context.Call takes a result argument - what is this exactly? From my understanding, I'd expect this to be returned from the client instead of the server specifying it
When you send a JSON-RPC request, you are expecting a result to come back from the "other side".
Hey I was wondering what's the difference between
context.Notify
andcontext.Call
- it took me a few hours to find out that you need to usecontext.Call
for theworkspace/applyEdit
command to work :C I think some documentation here could potentially save future people's time too :DFrom the arguments, I can see that
context.Call
takes aresult
argument - what is this exactly? From my understanding, I'd expect this to be returned from the client instead of the server specifying itThe text was updated successfully, but these errors were encountered: