Microsoft/vscode

VS Code reports incorrect size of the terminal until the terminal is manually resized

Open

#174.486 geöffnet am 15. Feb. 2023

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (1 zugewiesene Person)TypeScript (10.221 Forks)batch import
bughelp wantedterminal-layout

Repository-Metriken

Stars
 (74.848 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 11h 43m) (1.000 gemergte PRs in 30 T)

Beschreibung

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: 1.75.1
  • OS Version: Ubuntu 22.04.1 LTS

Steps to Reproduce:

  1. Make typeset -p COLUMNS or repeat COLUMNS; print -n . command run on integrated terminal open (e.g. by adding one of them at the very top of ~/.zshrc config file)
  2. Open VS Code
  3. Open integrated terminal
  4. Close VS code and re-open it
  5. Resize the showed up terminal
  6. Run in the terminal typeset -p COLUMNS or repeat COLUMNS; print -n . command
  7. Observe the difference between the value coming from the terminal command run on startup and command run manually (see screenshot below). VS Code reports incorrect size on terminal open until it gets manually resized.

2023-02-15_19-52

Contributor Guide