Skip to content

Settings

Open your editor's Settings and search for Gud API, or edit settings.json directly.

gudApi.maxResultRows

Typenumber
Default1000
DescriptionMaximum rows to show where the UI renders tabular or grid-like results.

gudApi.responseBodyLimit

Typenumber
Default2
Range130
UnitMegabytes
DescriptionMaximum response body size to render inline in Pretty/Raw. Larger bodies can be opened in an editor tab instead.

gudApi.storageLocation

Typestring (enum)
Valuesglobal (default), workspace
Descriptionglobal — 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.