vscode: Add "rust-project.json" conf
This commit is contained in:
parent
0cc2952564
commit
0d471911dd
1 changed files with 4 additions and 1 deletions
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
|
@ -4,5 +4,8 @@
|
|||
},
|
||||
"editor.insertSpaces": false,
|
||||
"editor.tabSize": 4,
|
||||
"editor.formatOnSave": true
|
||||
"editor.formatOnSave": true,
|
||||
"rust-analyzer.linkedProjects": [
|
||||
"rust-project.json"
|
||||
]
|
||||
}
|
Loading…
Add table
Reference in a new issue