Rustbot/.vscode/settings.json

7 lines
118 B
JSON
Raw Normal View History

2023-12-04 00:35:42 -05:00
{
"rust-analyzer.showUnlinkedFileNotification": false,
2023-12-04 00:35:42 -05:00
"rust-analyzer.linkedProjects": [
"./Cargo.toml"
]
2023-12-04 00:35:42 -05:00
}