knoebber / zed / b13e3cd vs. be879d0
Compare Hashes
HUNK
// Zed settings
//
// For information on how to configure Zed, see the Zed
// documentation: https://zed.dev/docs/configuring-zed
HUNK
// custom settings, run the `open default settings` command
// from the command palette or from `Zed` application menu.
{
"assistant": {
"default_model": {
"provider": "zed.dev",
"model": "claude-3-5-sonnet-latest"
},
"version": "2"
},
"features": {
"copilot": false
},
"autosave": "on_focus_change",
"use_autoclose": false,
"projects_online_by_default": false,
"base_keymap": "JetBrains",
"theme": "One Light",