microsoft / microsoft/vscode-python-debugger

Opt into debugSessionOptions compact flag

Open
#166 1 comment 0 reactions 1 assignee View on GitHub

@karthiknadig is already working on this.

Since Aug 8, 2024.

feature-request needs PR
Dominant language
TypeScript
Stars
180
Forks
126
Avg merge
2d 3h
Merged PRs (30d)
3

Description

Hi VS Code dev here 👋

As mentioned in microsoft/vscode#101429

We have change the noCompact flag to be compact flag and thus the default value is to not compact sessions. So this is opt-in. And we have changed that the name of the child session is displayed.

What I suggest python does:

  • Opts-into this behavior by passing compact: true to the debugSessionOptions in startDebugging
  • Improve the names of child sessions: for example to be NAME_OF_CONFIG + process ID

Let me know what you think, thanks!
fyi @int19h

Contributor guide

Open the contributing guide

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.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.