moover_rust/.vscode/settings.json

6 lines
127 B
JSON
Raw Normal View History

2023-09-23 19:15:19 +00:00
{
"rust-analyzer.linkedProjects": [
"./Cargo.toml"
],
"rust-analyzer.showUnlinkedFileNotification": false
}