mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-02-08 14:42:14 -05:00
Add recommended vscode settings in contrib/ide
This commit is contained in:
4
contrib/ide/vscode/settings.json
Normal file
4
contrib/ide/vscode/settings.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"rust-analyzer.checkOnSave.command": "clippy",
|
||||
"rust-analyzer.rustfmt.extraArgs": ["+nightly"]
|
||||
}
|
||||
Reference in New Issue
Block a user