Add recommended settings for VSCode (#3602)

This commit is contained in:
Jonas Platte 2025-12-27 19:47:00 +01:00 committed by GitHub
parent e3b32f48b5
commit 3b9a4193ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,9 @@
// Recommended settings for VSCode.
//
// Copy to `.vscode/settings.json` at the crate root too use.
{
"rust-analyzer.linkedProjects": [
"Cargo.toml",
"examples/Cargo.toml"
]
}