Kon/.vscode/settings.json

7 lines
118 B
JSON
Raw Normal View History

2023-12-07 22:01:13 -05:00
{
"rust-analyzer.linkedProjects": [
"./Cargo.toml"
],
"rust-analyzer.showUnlinkedFileNotification": false
}