microsoft / microsoft/vscode-python-debugger
Opt into debugSessionOptions compact flag
Abierto
@karthiknadig ya está trabajando en esto.
Desde el 8/8/2024.
feature-request
needs PR
- Lenguaje dominante
- TypeScript
- Estrellas
- 180
- Forks
- 126
- Merge medio
- 2 d 3 h
- PR fusionados (30 d)
- 3
Descripción
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
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Evaluación
Este issue todavía no se ha evaluado.