Sha256: ac3a116df132aa391aec27dbf8766dbecd80005e2111eb3e7e3bb737a8bc2288
Contents?: true
Size: 329 Bytes
Versions: 3
Compression:
Stored size: 329 Bytes
Contents
class DAP::RunInTerminalResponseBody < DAP::Base # The process ID. The value should be less than or equal to 2147483647 (2^31 - 1). property :processId, required: false # The process ID of the terminal shell. The value should be less than or equal to 2147483647 (2^31 - 1). property :shellProcessId, required: false end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ruby-dap-0.1.2 | lib/dap/run_in_terminal_response_body.rb |
ruby-dap-0.1.1 | lib/dap/run_in_terminal_response_body.rb |
ruby-dap-0.1.0 | lib/dap/run_in_terminal_response_body.rb |