Add VS Code settings for rust-analyzer
This commit is contained in:
parent
0143ad49b1
commit
8c17e13e37
1 changed files with 5 additions and 0 deletions
5
.vscode/settings.json
vendored
Normal file
5
.vscode/settings.json
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"rust-analyzer.linkedProjects": [
|
||||
"Cargo.toml"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue