mirror of
https://github.com/tokio-rs/axum.git
synced 2026-02-06 11:17:48 +00:00
Add recommended settings for VSCode (#3602)
This commit is contained in:
parent
e3b32f48b5
commit
3b9a4193ea
9
contrib/ide/vscode/settings.json
Normal file
9
contrib/ide/vscode/settings.json
Normal 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"
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user