findFiles
Find files by name or glob pattern in the workspace, respecting .gitignore. Optionally limit search to a subdirectory.
Instructions
Find files by name/glob pattern in the workspace. Respects .gitignore.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | Glob pattern (e.g. '*.config.ts', 'README*') | |
| directory | No | Subdirectory to search in (relative to workspace) |