Skip to content

Commit b2d6755

Browse files
docs: drop stale PATH reference from getBinPath header
Per CodeRabbit's review of the revert commit: the module-level comment still listed "or on the system PATH" as a resolution source, but the PATH probe was removed two commits back. Updated to match the actual behavior (probe paths under vscode.env.appRoot only).
1 parent 8666e19 commit b2d6755

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/services/ripgrep/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This file provides functionality to perform regex searches on files using ripgre
1111
Inspired by: https://github.com/DiscreteTom/vscode-ripgrep-utils
1212
1313
Key components:
14-
1. getBinPath: Locates the ripgrep binary (in the VS Code install, or on the system PATH).
14+
1. getBinPath: Locates the ripgrep binary inside the VS Code installation.
1515
2. execRipgrep: Executes the ripgrep command and returns the output.
1616
3. regexSearchFiles: The main function that performs regex searches on files.
1717
- Parameters:

0 commit comments

Comments
 (0)