add zed config file

This commit is contained in:
shenjack 2024-06-10 00:04:42 +08:00
parent 1264e76f0e
commit 65d0c77e01
Signed by: shenjack
GPG Key ID: 7B1134A979775551

13
.zed/settings.json Normal file
View File

@ -0,0 +1,13 @@
// 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"]
}
}
}
}