-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
Issue - In ProgressSomeone is actively working on this. Should link to a PR soon.Someone is actively working on this. Should link to a PR soon.bugSomething isn't workingSomething isn't working
Description
App Version
3.25.7
API Provider
Not Applicable / Other
Model Used
N/A
Roo Code Task Links (Optional)
No response
π Steps to Reproduce
remove user access (sudo chown) for some dirs/files in workspace.
π₯ Outcome Summary
Solution: We need to ignore file access errors by adding the --no-messages option to rg command.
rg help output:
--no-messages
Suppress all error messages related to opening and reading files. Error
messages related to the syntax of the pattern given are still shown.
This flag can be disabled with the --messages flag.
Roo-Code/src/services/ripgrep/index.ts
Line 153 in 2b647ed
| const args = ["--json", "-e", regex, "--glob", filePattern || "*", "--context", "1", directoryPath] |
π Relevant Logs or Errors (Optional)
Metadata
Metadata
Assignees
Labels
Issue - In ProgressSomeone is actively working on this. Should link to a PR soon.Someone is actively working on this. Should link to a PR soon.bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done