hippofish/.vscode/settings.json

7 lines
161 B
JSON
Raw Normal View History

{
"rust-analyzer.linkedProjects": [
"packages/backend/native-utils/Cargo.toml",
"packages/backend/native-utils/migration/Cargo.toml"
]
}