vscode: Add "rust-project.json" conf

This commit is contained in:
Florian RICHER 2025-03-01 19:50:16 +01:00
parent 0cc2952564
commit 0d471911dd
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77

View file

@ -4,5 +4,8 @@
},
"editor.insertSpaces": false,
"editor.tabSize": 4,
"editor.formatOnSave": true
"editor.formatOnSave": true,
"rust-analyzer.linkedProjects": [
"rust-project.json"
]
}