This repository has been archived on 2024-10-20. You can view files and clone it, but cannot push or open issues or pull requests.
WANessa/.vscode/settings.json

7 lines
151 B
JSON
Raw Permalink Normal View History

2024-01-13 19:32:52 +01:00
{
"rust-analyzer.linkedProjects": [
"./Cargo.toml",
"./Cargo.toml"
],
"rust-analyzer.showUnlinkedFileNotification": false
}