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
It seems this BuildServerCapabilities is dependent on all extensions. In the future it may be worth splitting into many extension capabilities. It could look like this:
structureBuildServerCapabilities {
/// common providersextensionCapabilities: Map[String, ExtensionCapabilities]
}
A JSON object is a map string->object anyway. It would be cleaner if we had one object per extension, so I agree with the general idea here. But if the extension is known in this repo, the keys for capability should be explicit rather than arbitrary strings.
Originally posted by @adpi2 in #580 (comment)
The text was updated successfully, but these errors were encountered: