sealz/.vscode/settings.json

8 lines
No EOL
193 B
JSON

{
"rust-analyzer.linkedProjects": [
"./framework/Cargo.toml",
"./backend/Cargo.toml",
"./Cargo.toml"
],
"rust-analyzer.showUnlinkedFileNotification": false
}