microsoft / microsoft/vscode-python-debugger
Opt into debugSessionOptions compact flag
Open
@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: trueto thedebugSessionOptionsinstartDebugging - 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
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.
Assessment
This issue has not been assessed yet.