0 Kommentare (0 Kommentare)1 Reaktion (1 Reaktion)1 zugewiesene Person (1 zugewiesene Person)TypeScript74.848 Stars (74.848 Stars)10.221 Forks (10.221 Forks)batch import
bughelp wantedterminal-tabs
Beschreibung
When I move the terminal to right side and the progress content is long.
Contributor Guide
- Tech Stack
- typescriptcss
- Domain
- frontend
- Issue Type
- bug
- SchwierigkeitGeschätzte Implementierungsschwierigkeit für neue Contributors, von 1 für sehr kleine Änderungen bis 5 für Expertenarbeit.
- 3
- Geschätzte ZeitEin grober Zeitrahmen, um zu recherchieren, zu implementieren, zu testen und einen Pull Request vorzubereiten.
- 1-3 hours
- AktivitätsstatusWie verfügbar das Issue gerade wirkt: frisch, aktiv, stale, blockiert oder wartet auf Maintainer-Input.
- blocked
- KlarheitWie klar das Issue die erwartete Änderung, Akzeptanzkriterien und den nächsten Schritt erklärt.
- clear
- Voraussetzungen
- Basic CSS and typescriptUnderstanding of overflow properties
- EinsteigerfreundlichkeitEin Score von 1 bis 100, der schätzt, wie zugänglich dieses Issue für First-Time Contributors ist.
- 50
- Research-Richtung
- 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.