swordfish/.vscode/settings.json

6 lines
144 B
JSON
Raw Normal View History

2023-12-31 15:55:32 +00:00
{
"rust-analyzer.linkedProjects": [
".\\swordfish\\Cargo.toml"
],
"rust-analyzer.showUnlinkedFileNotification": false
}