Added project configuration for both vscode and zed
This commit is contained in:
15
.zed/settings.json
Normal file
15
.zed/settings.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"lsp": {
|
||||
"rust-analyzer": {
|
||||
"initialization_options": {
|
||||
"linkedProjects": [
|
||||
"Cargo.toml",
|
||||
"crates/daemon/Cargo.toml",
|
||||
"crates/shared/Cargo.toml",
|
||||
"frontend/Cargo.toml",
|
||||
"frontend/src-tauri/Cargo.toml",
|
||||
],
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user