microsoft / microsoft/MIEngine

Support retrying remote connections

Open
#1,160 2 comments 0 reactions 0 assignees View on GitHub

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:

  1. "internally" retry a connection attempt if the connection was failing.
    OR
  2. support restart property in launch configs

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.