Rustendo/.vscode/settings.json

6 lines
128 B
JSON
Raw Normal View History

2024-02-17 02:28:24 +01:00
{
"rust-analyzer.linkedProjects": [
".\\Cargo.toml"
],
"rust-analyzer.showUnlinkedFileNotification": false
2024-02-17 02:28:24 +01:00
}