Set rust-analyzer.cargo.allTargets to False in setings.json.default (#2864)

This commit is contained in:
Dongjia "toka" Zhang 2025-01-18 13:32:57 +01:00 committed by GitHub
parent faeed19c43
commit da854587d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,5 +8,6 @@
"cargo",
"check",
"--message-format=json",
]
],
"rust-analyzer.cargo.allTargets": false,
}