microsoft / microsoft/MIEngine
Support retrying remote connections
Open
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 859
- Forks
- 233
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 3
Description
We encountered this issue in VS Code: https://github.com/microsoft/vscode/issues/126630
As suggested, this can be solved in debug adapter by either:
- "internally" retry a connection attempt if the connection was failing.
OR - support restart property in launch configs
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the linked VS Code issue 126630 and the debug adapter behavior described here. Determine whether the intended outcome is internal retrying of failed remote connections or support for a restart property in launch configurations. Done means one agreed approach is implemented and its connection or launch behavior is verified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100