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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user