{
"ssh_connections": [
{
"host": "debian.local",
"username": "root",
"projects": [
{
"paths": ["/root"]
}
]
}
],
"assistant": {
"default_model": {
"provider": "zed.dev",
"model": "claude-3-5-sonnet-20240620"
},
"version": "2"
},
"theme": "One Dark Pro",
"telemetry": {
"diagnostics": false,
"metrics": false
},
"autosave": "on_window_change",
"ui_font_size": 16,
"ui_font_family": "Roboto Mono",
"buffer_font_size": 16,
"buffer_font_family": "Roboto Mono",
"buffer_font_features": {
"calt": false
},
"toolbar": {
"breadcrumbs": true,
"quick_actions": false,
"selections_menu": false
},
"tabs": {
"git_status": true
},
"confirm_quit": true,
"inline_completions": {
"disabled_globs": [".env"]
},
"current_line_highlight": "all",
"chat_panel": {
"button": false
},
"outline_panel": {
"button": false
},
"notification_panel": {
"button": false
},
"soft_wrap": "editor_width",
"terminal": {
"button": true,
"copy_on_select": true,
"blinking": "on",
"font_family": "Roboto Mono"
},
"features": {
"inline_completion_provider": "none"
},
"collaboration_panel": {
"button": false
},
"preferences": {
"includeInlayParameterNameHints": "all",
"includeInlayParameterNameHintsWhenArgumentMatchesName": true,
"includeInlayFunctionParameterTypeHints": true,
"includeInlayVariableTypeHints": true,
"includeInlayVariableTypeHintsWhenTypeMatchesName": true,
"includeInlayPropertyDeclarationTypeHints": true,
"includeInlayFunctionLikeReturnTypeHints": true,
"includeInlayEnumMemberValueHints": true
},
"languages": {
"JavaScript": {
"code_actions_on_format": {
"source.fixAll.eslint": true
}
},
"TypeScript": {
"code_actions_on_format": {
"source.fixAll.eslint": true
}
}
},
"prettier": {
"allowed": true,
"plugins": [],
"tabWidth": 2,
"bracketSpacing": true,
"trailingComma": "es5",
"semi": false,
"jsxSingleQuote": false,
"singleQuote": true
}
}