0 comments (0 comments)1 reaction (1 reaction)1 assignee (1 assignee)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.
Contributor guide
- Tech stack
- typescriptcss
- Domain
- frontend
- Issue type
- bug
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- blocked
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- clear
- Prerequisites
- Basic CSS and typescriptUnderstanding of overflow properties
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 50
- Research direction
- 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.