chore: make rust-analyzer work when VSCode is opened in the project root directory
This commit is contained in:
parent
d2fd072640
commit
3aea7df713
1 changed files with 6 additions and 0 deletions
6
.vscode/settings.json
vendored
Normal file
6
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"rust-analyzer.linkedProjects": [
|
||||
"packages/backend/native-utils/Cargo.toml",
|
||||
"packages/backend/native-utils/migration/Cargo.toml"
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue