Files
ws-agent/.vscode/settings.json

9 lines
212 B
JSON

{
"rust-analyzer.linkedProjects": [
"Cargo.toml",
"crates/daemon/Cargo.toml",
"crates/shared/Cargo.toml",
"frontend/Cargo.toml",
"frontend/src-tauri/Cargo.toml"
]
}