Open Settings with ⌘, or click the gear icon in the header. Settings are user-scoped (not workspace-scoped) — your preferences follow you across all workspaces.
| Setting | Default | Description |
|---|
| Font family | JetBrains Mono | Editor monospace font |
| Font size | 13px | Editor font size |
| Tab size | 2 | Spaces per indent level |
| Line wrapping | off | Wrap long lines in the editor |
| Format on save | on | Auto-format .http / .flow / .ws on save (disable per-file with # @format off) |
| Setting | Default | Description |
|---|
| Default timeout | 30s | Request timeout in seconds (0 = no timeout) |
| Follow redirects | on | Automatically follow 3xx redirects |
| Verify SSL | on | Reject requests with invalid SSL certificates |
| Proxy URL | — | HTTP/HTTPS proxy for all outgoing requests (e.g. http://proxy:8080) |
| Setting | Default | Description |
|---|
| Enable history | on | Log every executed request to history.jsonl |
| Redact sensitive headers | on | Mask Authorization, Cookie, X-Api-Key, and similar headers as [REDACTED] in the log |
| Max entries | 500 | Auto-trim history when this limit is exceeded |
| Max body bytes | 200 KB | Truncate large response bodies in the history log |
| Setting | Default | Description |
|---|
| Auto-reconnect | off | Global default for @reconnect (overridden per-file) |
| Initial reconnect delay | 1000ms | First retry delay |
| Max reconnect delay | 30000ms | Exponential backoff cap |
| Max reconnect attempts | 0 | Maximum retries (0 = infinite) |
| Setting | Description |
|---|
| License key | Paste the key you received in your Lemon Squeezy order email |
| Device name | A friendly name shown in your device list — defaults to your machine hostname |
| Status | Free, Pro — active, or Pro — offline grace (N days left) |
| Activated on | Timestamp of the current device activation |
| Deactivate device | Releases this seat so you can activate another machine |
See Activating a license and Managing devices.
| Setting | Description |
|---|
| Default profile | Active .profile applied when a workspace opens |
| Resolve view | Preview the merged keys from an @extends chain for any .env |
| Conflict mode | Warn when two extended envs define the same key (on / off) |
See Env Inheritance.