Difficult-Rocket/.zed/settings.json
2024-06-10 00:04:42 +08:00

14 lines
386 B
JSON

// Folder-specific settings
//
// For a full list of overridable settings, and general information on folder-specific settings,
// see the documentation: https://zed.dev/docs/configuring-zed#folder-specific-settings
{
"lsp": {
"rust-analyzer": {
"initialization_options": {
"linkedProjects": ["./mods/dr_game/Difficult_Rocket_rs/src/Cargo.toml"]
}
}
}
}