Closed
Description
Issue:
When running sqlite3
REPL in the VS Code terminal, recalling previous commands using the up arrow causes excessive blank space and glitchy redraws.
Steps to Reproduce:
- Run
sqlite3
in the integrated terminal. - Type a query like:
SELECT * FROM flights;
- Press up arrow ⬆️ to recall — observe many lines of blank space before the command appears.
Expected Behavior:
The previous command should appear immediately without vertical gaps.
System Info:
- VS Code version: (paste from Help > About)
- OS: Windows 11
- Terminal: Integrated (bash or cmd)
Note:
This issue does not happen in Linux/macOS native terminals or CS50 IDE.