You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Document potential memory leak in shell integration that can cause
VSCode to crash and close all windows unexpectedly. Note that it
typically only occurs after gigabytes of terminal output.
Signed-off-by: Eric Wheeler <[email protected]>
Copy file name to clipboardExpand all lines: docs/troubleshooting/shell-integration.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -367,6 +367,13 @@ If you experience this issue, try:
367
367
1. Closing and reopening the terminal
368
368
2. Running the command again
369
369
3. If the problem persists, you may need to manually copy-paste relevant output to Roo Code
370
+
371
+
### Memory Leak Leading to VSCode Crashes
372
+
373
+
There is a potential memory leak in the upstream shell integration that can cause VSCode to crash unexpectedly. When this occurs, VSCode and all related windows will close completely without warning.
374
+
375
+
**Work-around:** there is no known workaround, but I do not hit this problem until gigabytes of terminal output, so it may not affect you.
376
+
370
377
## Troubleshooting Resources
371
378
372
379
-[VSCode Terminal Output Issue #237208](https://github.com/microsoft/vscode/issues/237208): Tracking the incomplete terminal output capture issue (ongoing as of March 8, 2025)
0 commit comments