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.
Guia do colaborador
- Pilha de tecnologia
- typescriptcss
- Domain
- frontend
- Tipo Issue
- bug
- DifficultyDificuldade de implementação estimada para um novo contribuidor, de 1 para alterações muito pequenas a 5 para trabalho de nível especializado.
- 3
- Tempo estimadoUm intervalo de tempo aproximado para um colaborador experiente investigar, implementar, testar e preparar um pull request.
- 1-3 hours
- Status da atividadeQuão disponível o issue aparece agora: novo, ativo, obsoleto, bloqueado ou aguardando entrada do mantenedor.
- blocked
- ClarityCom que clareza o issue explica a mudança esperada, os critérios de aceitação e a próxima etapa.
- clear
- Prerequisites
- Basic CSS and typescriptUnderstanding of overflow properties
- Simpatia para novatosUma pontuação de 1 a 100 que estima o quão acessível este issue é para colaboradores iniciantes.
- 50
- Direção de pesquisa
- 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.