1// Folder-specific settings
2//
3// For a full list of overridable settings, and general information on folder-specific settings,
4// see the documentation: https://zed.dev/docs/configuring-zed#settings-files
5{
6 "lsp": {
7 "rust-analyzer": {
8 "initialization_options": {
9 "rust": {
10 "analyzerTargetDir": true
11 }
12 }
13 }
14 }
15}