Added project configuration for both vscode and zed
This commit is contained in:
9
.vscode/settings.json
vendored
Normal file
9
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"rust-analyzer.linkedProjects": [
|
||||
"Cargo.toml",
|
||||
"crates/daemon/Cargo.toml",
|
||||
"crates/shared/Cargo.toml",
|
||||
"frontend/Cargo.toml",
|
||||
"frontend/src-tauri/Cargo.toml"
|
||||
]
|
||||
}
|
||||
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