chore: make rust-analyzer work when VSCode is opened in the project root directory

This commit is contained in:
naskya 2024-01-14 02:56:15 +00:00
parent d2fd072640
commit 3aea7df713

6
.vscode/settings.json vendored Normal file
View file

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