-
Notifications
You must be signed in to change notification settings - Fork 34.3k
Closed
Labels
info-neededIssue requires more information from posterIssue requires more information from posterterminal-conptyIntegrated terminal issues related to the ConPTY backendIntegrated terminal issues related to the ConPTY backendupstreamIssue identified as 'upstream' component related (exists outside of VS Code)Issue identified as 'upstream' component related (exists outside of VS Code)windowsVS Code on Windows issuesVS Code on Windows issues
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.
Metadata
Metadata
Assignees
Labels
info-neededIssue requires more information from posterIssue requires more information from posterterminal-conptyIntegrated terminal issues related to the ConPTY backendIntegrated terminal issues related to the ConPTY backendupstreamIssue identified as 'upstream' component related (exists outside of VS Code)Issue identified as 'upstream' component related (exists outside of VS Code)windowsVS Code on Windows issuesVS Code on Windows issues