Files
axum/contrib/ide/vscode/settings.json
T

10 lines
201 B
JSON
Raw Normal View History

2025-12-27 19:47:00 +01:00
// Recommended settings for VSCode.
//
// Copy to `.vscode/settings.json` at the crate root too use.
{
"rust-analyzer.linkedProjects": [
"Cargo.toml",
"examples/Cargo.toml"
]
}