aboutsummaryrefslogtreecommitdiff
path: root/user
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2026-05-16 10:35:06 +0200
committerMartin Fischer <martin@push-f.com>2026-05-17 10:25:46 +0200
commit23e9a93add2dd5efdaace981ae9eea625c81106a (patch)
treefc8bde19418c5f39ddcf77225017d70b49e8eb0d /user
parent3193a5712894eea96a15c44c6867fdca0da0d168 (diff)
deps: update zed 0.218.6 -> 1.1.7
ESLint didn't work. With the new version it works.
Diffstat (limited to 'user')
-rw-r--r--user/zed/settings.json17
1 files changed, 12 insertions, 5 deletions
diff --git a/user/zed/settings.json b/user/zed/settings.json
index b1594ca..6d8d3f9 100644
--- a/user/zed/settings.json
+++ b/user/zed/settings.json
@@ -89,8 +89,8 @@
"diagnostics": false,
"metrics": false
},
- "features": {
- "edit_prediction_provider": "none"
+ "edit_predictions": {
+ "provider": "none"
},
"agent": {
"enabled": false,
@@ -99,7 +99,14 @@
"collaboration_panel": {
"button": false
},
- "notification_panel": {
- "button": false
- }
+ "cli_default_open_behavior": "new_window",
+ "project_panel": {
+ "dock": "left"
+ },
+ "outline_panel": {
+ "dock": "left"
+ },
+ "git_panel": {
+ "dock": "left"
+ },
}