Microsoft/vscode
Vedi su GitHubVS Code reports incorrect size of the terminal until the terminal is manually resized
Open
#174.486 aperta il 15 feb 2023
bughelp wantedterminal-layout
Metriche repository
- Star
- (74.848 star)
- Metriche merge PR
- (Merge medio 11h 43m) (1000 PR mergiate in 30 g)
Descrizione
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:
- Make
typeset -p COLUMNSorrepeat COLUMNS; print -n .command run on integrated terminal open (e.g. by adding one of them at the very top of ~/.zshrc config file) - Open VS Code
- Open integrated terminal
- Close VS code and re-open it
- Resize the showed up terminal
- Run in the terminal
typeset -p COLUMNSorrepeat COLUMNS; print -n .command - 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.
