mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-14 00:00:15 +02:00
10 lines
201 B
JSON
10 lines
201 B
JSON
// Recommended settings for VSCode.
|
|
//
|
|
// Copy to `.vscode/settings.json` at the crate root too use.
|
|
{
|
|
"rust-analyzer.linkedProjects": [
|
|
"Cargo.toml",
|
|
"examples/Cargo.toml"
|
|
]
|
|
}
|