Settings
Open your editor's Settings and search for Gud API, or edit settings.json directly.
gudApi.maxResultRows
| Type | number |
| Default | 1000 |
| Description | Maximum rows to show where the UI renders tabular or grid-like results. |
gudApi.responseBodyLimit
| Type | number |
| Default | 2 |
| Range | 1–30 |
| Unit | Megabytes |
| Description | Maximum response body size to render inline in Pretty/Raw. Larger bodies can be opened in an editor tab instead. |
gudApi.storageLocation
| Type | string (enum) |
| Values | global (default), workspace |
| Description | global — store collections and environments in your editor's extension storage (recommended for most users). workspace — store under a .gud-api folder in the project so you can commit shared API definitions to git. |
If you previously used workspace files and switch to global, the extension may migrate data on first launch.