-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
34 lines (34 loc) · 841 Bytes
/
settings.json
File metadata and controls
34 lines (34 loc) · 841 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
// Zed settings
//
// For information on how to configure Zed, see the Zed
// documentation: https://zed.dev/docs/configuring-zed
//
// To see all of Zed's default settings without changing your
// custom settings, run `zed: open default settings` from the
// command palette
{
"restore_on_startup": "last_workspace",
"agent": {
"default_model": {
"provider": "zed.dev",
"model": "claude-haiku-4-5"
},
"default_profile": "ask",
"model_parameters": []
},
"agent_servers": {},
"autosave": "on_focus_change",
"close_on_file_delete": true,
"edit_predictions": {
"mode": "subtle"
},
"icon_theme": "JetBrains New UI Icons (Dark)",
"ui_font_size": 16,
"buffer_font_size": 16,
"vim_mode": false,
"theme": {
"mode": "system",
"light": "One Light",
"dark": "Synthwave Alpha"
}
}