Add VS Code settings for rust-analyzer

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-12-04 09:38:10 -03:00
parent 0143ad49b1
commit 8c17e13e37

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

@ -0,0 +1,5 @@
{
"rust-analyzer.linkedProjects": [
"Cargo.toml"
]
}