Skip to content

Feat: remote timeout/retry flags documented but not in RemoteArgs#1376

Merged
Timi16 merged 1 commit into
Timi16:mainfrom
Juwonlo:Salt-Verification
Jun 1, 2026
Merged

Feat: remote timeout/retry flags documented but not in RemoteArgs#1376
Timi16 merged 1 commit into
Timi16:mainfrom
Juwonlo:Salt-Verification

Conversation

@Juwonlo
Copy link
Copy Markdown
Contributor

@Juwonlo Juwonlo commented Jun 1, 2026

Closes #697


Fixed Issue #697

Copilot AI review requested due to automatic review settings June 1, 2026 13:44
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

This PR updates remote-debugging documentation and VS Code extension docs discoverability, with guidance on request-class-specific timeouts and retries.

Changes:

  • Document narrower --inspect-timeout-ms / --storage-timeout-ms usage alongside --timeout-ms.
  • Add a VS Code extension architecture doc entry to the extension’s “Open Docs” command and reference it from the extension README.
  • Mark the “VS Code extension / DAP adapter architecture” roadmap/backlog item as completed.

Reviewed changes

Copilot reviewed 8 out of 8 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
man/man1/soroban-debug-remote.1 Adds guidance about using per-request-class timeouts.
extensions/vscode/src/openDocsCommand.ts Adds a new docs menu item for the VS Code extension architecture.
extensions/vscode/README.md Mentions the extension architecture doc for deeper reading.
docs/remote-troubleshooting.md Refines timeout troubleshooting guidance and fixes table formatting.
docs/remote-debugging.md Clarifies timeout/retry semantics and updates the example to use --timeout-ms.
docs/issues/roadmap-priorities.md Marks I-015 as completed (strikethrough).
docs/issues/backlog-100-issues.md Marks I-015 as completed (strikethrough).
Readme.md Expands the “Request timed out” troubleshooting row with more specific guidance.
Comments suppressed due to low confidence (1)

man/man1/soroban-debug-remote.1:1

  • The phrasing 'only one read-only request class' is a bit unclear in context (there are multiple read-only classes). Consider rewording to something like 'for a specific read-only request class' or 'without increasing timeouts for other requests' to avoid implying only one such class exists.
.ie \n(.g .ds Aq \(aq

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +469 to +470
For a deeper dive into the extension architecture, see the VS Code Extension Architecture document.

Comment on lines 18 to +25
description: 'Internal design of the debugger',
file: 'architecture.md'
},
{
label: 'VS Code Extension Architecture',
description: 'Internal design of the DAP adapter',
file: 'architecture-vscode.md'
},
@Timi16 Timi16 merged commit f498579 into Timi16:main Jun 1, 2026
6 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs mismatch: remote timeout/retry flags documented but not in RemoteArgs

3 participants