-
-
Notifications
You must be signed in to change notification settings - Fork 21
Error unmarshalling ApplyEdit response #38
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
When testing against vscode, using client.ApplyEdit fails when unmarshalling the response. It looks like the response structure should be struct{Applied bool `json:"applied"`}, but it's unmarshalled directly into the boolean result. I was able to confirm this by creating my own client that implements a patched ApplyEdit.
It's probably worth taking into account the other optional fields declared by the spec[1].
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working