class RubyLsp::Addon

def resolve_test_commands(items)

: (Array[Hash[Symbol, untyped]]) -> Array[String]
@overridable
handling items related to the framework they add support for and have discovered themselves
Resolves the minimal set of commands required to execute the requested tests. Add-ons are responsible for only
def resolve_test_commands(items)
  []
end