They added a new no AI setting!!!! :)
This commit is contained in:
20
conf.json
20
conf.json
@@ -1,24 +1,10 @@
|
|||||||
// 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 (cmd-shift-p / ctrl-shift-p)
|
|
||||||
{
|
{
|
||||||
"icon_theme": "Catppuccin Macchiato",
|
"icon_theme": "Catppuccin Macchiato",
|
||||||
"telemetry": {
|
"telemetry": {
|
||||||
"diagnostics": false,
|
"diagnostics": false,
|
||||||
"metrics": false
|
"metrics": false
|
||||||
},
|
},
|
||||||
"agent": {
|
"disable_ai": true,
|
||||||
"enabled": false,
|
|
||||||
"button": false
|
|
||||||
},
|
|
||||||
"edit_predictions": {
|
|
||||||
"mode": "eager"
|
|
||||||
},
|
|
||||||
"chat_panel": {
|
"chat_panel": {
|
||||||
"button": "never",
|
"button": "never",
|
||||||
"dock": "right",
|
"dock": "right",
|
||||||
@@ -30,15 +16,11 @@
|
|||||||
"notification_panel": {
|
"notification_panel": {
|
||||||
"button": false
|
"button": false
|
||||||
},
|
},
|
||||||
"show_edit_predictions": false,
|
|
||||||
"ui_font_size": 14,
|
"ui_font_size": 14,
|
||||||
"buffer_font_size": 14,
|
"buffer_font_size": 14,
|
||||||
"theme": {
|
"theme": {
|
||||||
"mode": "system",
|
"mode": "system",
|
||||||
"light": "One Light",
|
"light": "One Light",
|
||||||
"dark": "Catppuccin Macchiato"
|
"dark": "Catppuccin Macchiato"
|
||||||
},
|
|
||||||
"toolbar": {
|
|
||||||
"agent_review": false
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user