| 1 | // Runtime platform detection wrapper for @vscode/ripgrep. |
| 2 | // This replaces the package's index.js in MCPB bundles so a single bundle can |
| 3 | // resolve the correct ripgrep binary at runtime across platforms. |
| 4 | // |
nothing calls this directly
no test coverage detected