Update zed
This commit is contained in:
@@ -7,20 +7,51 @@
|
||||
// custom settings, run `zed: open default settings` from the
|
||||
// command palette (cmd-shift-p / ctrl-shift-p)
|
||||
{
|
||||
"minimap": {
|
||||
"show": "always",
|
||||
},
|
||||
"agent": {
|
||||
"default_model": {
|
||||
"provider": "copilot_chat",
|
||||
"model": "gpt-5.4",
|
||||
},
|
||||
"favorite_models": [
|
||||
{
|
||||
"provider": "copilot_chat",
|
||||
"model": "gpt-5.3-codex",
|
||||
"enable_thinking": false
|
||||
},
|
||||
{
|
||||
"provider": "copilot_chat",
|
||||
"model": "claude-opus-4.6",
|
||||
"enable_thinking": false
|
||||
},
|
||||
{
|
||||
"provider": "copilot_chat",
|
||||
"model": "gpt-5.4",
|
||||
"enable_thinking": false
|
||||
}
|
||||
],
|
||||
"model_parameters": [],
|
||||
},
|
||||
"tabs": {
|
||||
"git_status": false,
|
||||
},
|
||||
"ui_font_family": "Noto Sans",
|
||||
"title_bar": {
|
||||
"show_sign_in": false
|
||||
"show_menus": true,
|
||||
"show_sign_in": false,
|
||||
},
|
||||
"buffer_font_family": "Iosevka Fixed SS05",
|
||||
"telemetry": {
|
||||
"diagnostics": false,
|
||||
"metrics": false
|
||||
"metrics": false,
|
||||
},
|
||||
"ui_font_size": 14.0,
|
||||
"buffer_font_size": 15,
|
||||
"theme": {
|
||||
"mode": "system",
|
||||
"light": "Ayu Light",
|
||||
"dark": "Ayu Dark"
|
||||
}
|
||||
"dark": "Ayu Dark",
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user