Kon/.vscode/settings.json

5 lines
110 B
JSON
Raw Permalink Normal View History

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