Zed config updates for AI suggestions
This commit is contained in:
parent
4782f53a4b
commit
00e29c5c10
1 changed files with 6 additions and 0 deletions
|
@ -10,6 +10,9 @@
|
|||
"features": {
|
||||
"edit_prediction_provider": "zed"
|
||||
},
|
||||
"edit_predictions": {
|
||||
"mode": "subtle"
|
||||
},
|
||||
"assistant": {
|
||||
"default_model": {
|
||||
"provider": "anthropic",
|
||||
|
@ -127,6 +130,9 @@
|
|||
"SQL": {
|
||||
"format_on_save": "off",
|
||||
"show_edit_predictions": false
|
||||
},
|
||||
"TSX": {
|
||||
"tab_size": 4
|
||||
}
|
||||
},
|
||||
"auto_install_extensions": {
|
||||
|
|
Loading…
Add table
Reference in a new issue