Sha256: 3036da7a27407d30a27ab6ec89a9d37d591b996dae2a9d390cdb1aedd3d49af0

Contents?: true

Size: 645 Bytes

Versions: 1

Compression:

Stored size: 645 Bytes

Contents

require_relative 'capabilities'

# The event indicates that one or more capabilities have changed. Since the
# capabilities are dependent on the frontend and its UI, it might not be possible
# to change that at random times (or too late). Consequently this event has a hint
# characteristic: a frontend can only be expected to make a ‘best effort’ in
# honouring individual capabilities but there are no guarantees. Only changed
# capabilities need to be included, all other capabilities keep their values.
class DAP::CapabilitiesEventBody < DAP::Base
  # The set of updated capabilities.
  property :capabilities, as: DAP::Capabilities
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ruby-dap-0.1.3 lib/dap/capabilities_event_body.rb