Add VS Code settings for rust-analyzer

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-12-04 09:39:38 -03:00
parent 3e4616dce1
commit f60cc497d4
2 changed files with 5 additions and 1 deletions

1
.gitignore vendored
View file

@ -10,7 +10,6 @@
# IDE # IDE
.idea/ .idea/
.vscode/
*.swp *.swp
*.swo *.swo
*~ *~

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

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