···
// custom settings, run the `open default settings` command
// from the command palette or from `Zed` application menu.
"disabled_globs": ["*.config.*"],
···
"enabled_in_text_threads": false
-
"language_servers": ["!biome"],
"language_servers": ["vtls"],
···
"edit_prediction_provider": "zed"
"inline_assistant_model": {
"model": "claude-sonnet-4-latest"
-
"model": "claude-opus-4-1-thinking"
"autosave": "on_focus_change",
···
···
// custom settings, run the `open default settings` command
// from the command palette or from `Zed` application menu.
+
"show_commit_summary": false
+
"show_branch_icon": true
+
"paths": ["/srv/http/smallweb"]
+
"paths": ["/srv/http/smallweb/data"]
"disabled_globs": ["*.config.*"],
···
"enabled_in_text_threads": false
+
"language_servers": ["!biome", "..."],
"language_servers": ["vtls"],
···
"edit_prediction_provider": "zed"
+
"default_profile": "write",
+
"use_modifier_to_send": true,
"inline_assistant_model": {
"model": "claude-sonnet-4-latest"
+
"provider": "copilot_chat",
+
"model": "claude-3.5-sonnet"
"autosave": "on_focus_change",
···
+
"use_system_window_tabs": true,