Add a function for getting the value of a server capability.
Review Request #13568 — Created Feb. 21, 2024 and submitted — Latest diff uploaded
The capabilities returned by the server have traditionally been
booleans, but we're adding some more of other types (such as a list of
supported MIME types for review, and potentially some file size limits).
This change adds a new method to return the content of a capability
instead of just whether it's equal toTrue
.
Used from another change.