Compare commits
2 commits
3cbcd1c6ab
...
00e29c5c10
Author | SHA1 | Date | |
---|---|---|---|
![]() |
00e29c5c10 | ||
![]() |
4782f53a4b |
2 changed files with 7 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
||||||
st = status
|
st = status
|
||||||
ci = commit --verbose
|
ci = commit --verbose
|
||||||
co = checkout
|
co = checkout
|
||||||
|
cp = cherry-pick
|
||||||
current-branch = rev-parse --abbrev-ref HEAD
|
current-branch = rev-parse --abbrev-ref HEAD
|
||||||
cl = clone
|
cl = clone
|
||||||
ll = !max-git-log
|
ll = !max-git-log
|
||||||
|
|
|
@ -10,6 +10,9 @@
|
||||||
"features": {
|
"features": {
|
||||||
"edit_prediction_provider": "zed"
|
"edit_prediction_provider": "zed"
|
||||||
},
|
},
|
||||||
|
"edit_predictions": {
|
||||||
|
"mode": "subtle"
|
||||||
|
},
|
||||||
"assistant": {
|
"assistant": {
|
||||||
"default_model": {
|
"default_model": {
|
||||||
"provider": "anthropic",
|
"provider": "anthropic",
|
||||||
|
@ -127,6 +130,9 @@
|
||||||
"SQL": {
|
"SQL": {
|
||||||
"format_on_save": "off",
|
"format_on_save": "off",
|
||||||
"show_edit_predictions": false
|
"show_edit_predictions": false
|
||||||
|
},
|
||||||
|
"TSX": {
|
||||||
|
"tab_size": 4
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"auto_install_extensions": {
|
"auto_install_extensions": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue