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
Currently, the field applyEdit in the structure WorkspaceClientCapabilities is with type Bool and hence it cannot be misssing, link to source. Yet from the specification specification-3-16/#clientCapabilities it seems nullable.
The `applyEdit` field should be optional in `WorkspaceClientCapabilities` by the
LSP spec and some clients don't populate it in requests
Closesleanprover#4541
…5224)
The `applyEdit` field should be optional in
`WorkspaceClientCapabilities` by the LSP spec and some clients don't
populate it in requests
Closes#4541
Description
Currently, the field
applyEdit
in the structureWorkspaceClientCapabilities
is with typeBool
and hence it cannot be misssing, link to source. Yet from the specification specification-3-16/#clientCapabilities it seems nullable.Context
This is from the zulip thread disucssing Lean LSP extensions.
The text was updated successfully, but these errors were encountered: