Sha256: f69a1508be07958f76cc0d7bfc1faa7d2c9df668923ddd4c99a591cd12466733
Contents?: true
Size: 400 Bytes
Versions: 1
Compression:
Stored size: 400 Bytes
Contents
# Response to ‘runInTerminal’ request. 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, as: 'number' # The process ID of the terminal shell. The value should be less than or equal to 2147483647 (2^31 - 1). property :shellProcessId, required: false, as: 'number' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruby-dap-0.1.3 | lib/dap/run_in_terminal_response_body.rb |