1
0
Fork 0
ruma/contrib/ide/vscode/settings.json
Jonas Platte 823268ac94 Update contrib/ide/vscode/settings.json
The __ci Cargo feature no longer exists.
2025-11-07 08:26:24 +01:00

4 lines
97 B
JSON

{
"rust-analyzer.cargo.features": "all",
"rust-analyzer.checkOnSave.command": "clippy"
}