Sha256: 45e1446f82f2d353860e8baeb5905e27712a5a242dd03a138b092b95ab5c7871

Contents?: true

Size: 444 Bytes

Versions: 3

Compression:

Stored size: 444 Bytes

Contents

require_relative 'source'

class DAP::SourceArguments < DAP::Base
  # Specifies the source content to load. Either source.path or source.sourceReference must be specified.
  property :source, required: false, as: DAP::Source

  # The reference to the source. This is the same as source.sourceReference.
  # This is provided for backward compatibility since old backends do not understand the 'source' attribute.
  property :sourceReference
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ruby-dap-0.1.2 lib/dap/source_arguments.rb
ruby-dap-0.1.1 lib/dap/source_arguments.rb
ruby-dap-0.1.0 lib/dap/source_arguments.rb