microsoft / microsoft/vscode-python-debugger
Opt into debugSessionOptions compact flag
Aberta
@karthiknadig já está trabalhando nisso.
Desde 8/8/2024.
feature-request
needs PR
- Linguagem predominante
- TypeScript
- Estrelas
- 180
- Forks
- 126
- Merge médio
- 2d 3h
- PRs com merge (30d)
- 3
Descrição
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
Guia de contribuição
Primeiros passos
- Leia a issue inteira e depois o guia de contribuição do projeto.
- Comente na issue dizendo que vai assumir — evita que duas pessoas façam o mesmo trabalho.
- Faça um fork do repositório e trabalhe em uma branch.
- Abra um pull request que referencie o número da issue.
Avaliação
Esta issue ainda não foi avaliada.