mirror of
https://github.com/girlbossceo/ruwuma.git
synced 2025-04-29 14:59:52 -04:00
Update contrib/ide/vscode/settings.json
This commit is contained in:
parent
37cbb4ea56
commit
e9189392b2
1 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"rust-analyzer.cargo.features": ["full"],
|
||||
"rust-analyzer.cargo.unsetTest": ["core", "ed25519_dalek"],
|
||||
"rust-analyzer.checkOnSave.command": "clippy",
|
||||
"rust-analyzer.cargo.features": [
|
||||
"__ci"
|
||||
],
|
||||
"rust-analyzer.checkOnSave.command": "clippy"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue