Skip to content

Commit 4378cf7

Browse files
committed
Docs: Remove redundant 'Known Issues' section
1 parent 222f02e commit 4378cf7

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

docs/features/shell-integration.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -369,30 +369,6 @@ This setup works reliably on Windows systems using Cygwin, Fish, and the Starshi
369369
- Try enabling some or all ZSH-related workarounds in Roo settings
370370
- These settings can help regardless of your operating system
371371
372-
### Ctrl+C Behavior
373-
374-
**Issue**: If text is already typed in the terminal when Roo tries to run a command, Roo will press Ctrl+C first to clear the line, which can interrupt running processes.
375-
376-
**Workaround**: Make sure your terminal prompt is empty (no partial commands typed) before asking Roo to execute terminal commands.
377-
378-
### Multi-line Command Issues
379-
380-
**Issue**: Commands that span multiple lines can confuse Roo and may show output from previous commands mixed in with current output.
381-
382-
**Workaround**: Instead of multi-line commands, use command chaining with `&&` to keep everything on one line (e.g., `echo a && echo b` instead of typing each command on a separate line).
383-
384-
### PowerShell-Specific Issues
385-
386-
1. **Premature Completion**: PowerShell sometimes tells Roo a command is finished before all the output has been shown.
387-
2. **Repeated Commands**: PowerShell may refuse to run the same command twice in a row.
388-
389-
**Workaround**: Enable the "PowerShell counter workaround" setting and set a terminal command delay of 150ms in the settings to give commands more time to complete.
390-
391-
### Incomplete Terminal Output
392-
393-
**Issue**: Sometimes VS Code doesn't show or capture all the output from a command.
394-
395-
**Workaround**: If you notice missing output, try closing and reopening the terminal tab, then run the command again. This refreshes the terminal connection.
396372
397373
---
398374

0 commit comments

Comments
 (0)