0 commentaires (0 commentaires)1 réaction (1 réaction)1 assigné (1 assigné)TypeScript74 848 stars (74 848 stars)10 221 forks (10 221 forks)batch import
bughelp wantedterminal-tabs
Description
When I move the terminal to right side and the progress content is long.
Guide contributeur
- Stack technique
- typescriptcss
- Domaine
- frontend
- Type d'issue
- bug
- DifficultéDifficulté estimée pour un nouveau contributeur, de 1 pour un très petit changement à 5 pour un travail expert.
- 3
- Temps estiméFourchette de temps approximative pour investiguer, implémenter, tester et préparer une pull request.
- 1-3 hours
- Statut d'activitéDisponibilité apparente de l'issue : fraîche, active, ancienne, bloquée ou en attente d'un mainteneur.
- blocked
- ClartéClarté avec laquelle l'issue explique le changement attendu, les critères d'acceptation et la prochaine étape.
- clear
- Prérequis
- Basic CSS and typescriptUnderstanding of overflow properties
- Accessibilité débutantScore de 1 à 100 estimant l'accessibilité de cette issue pour un premier contributeur.
- 50
- Direction de recherche
- The issue shows a visual overflow in the terminal progress display when the terminal is moved to the right and content is long. Investigate the terminal's progress bar component in the VS Code source, likely under `src/vs/workbench/contrib/terminal/`. Focus on CSS properties controlling width and overflow, such as `overflow x`, `text overflow`, and container sizing. Check if the issue is specific to a particular theme or resolution. A fix might involve applying `text overflow: ellipsis` or setting a maximum width with overflow hidden.