class RubyLsp::Addon

def initialize

: -> void
def initialize
  @errors = [] #: Array[StandardError]
end