Sha256: e63b608eaee573bf9b0201ffec2229670752fc1f8c47f02276b3a20ecb1e753d

Contents?: true

Size: 356 Bytes

Versions: 1

Compression:

Stored size: 356 Bytes

Contents

# Arguments for ‘attach’ request. Additional attributes are implementation
# specific.
class DAP::AttachRequestArguments < DAP::Base
  # Optional data from the previous, restarted session.
  # The data is sent as the 'restart' attribute of the 'terminated' event.
  # The client should leave the data intact.
  property :__restart, required: false
end

Version data entries

1 entries across 1 versions & 1 rubygems

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