file_search
Search for files in your workspace using glob patterns to locate specific code files, supporting options like depth limits and case sensitivity.
Instructions
Find files matching glob patterns in the workspace
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | Glob pattern (e.g., '**/*.js', 'src/**/*.ts') | |
| options | No | Additional options |