mirror of
https://github.com/Steffo99/patched-porobot.git
synced 2024-12-22 09:34:21 +00:00
Specify rust-analyzer.cargo.features
in VSC settings
This commit is contained in:
parent
e43c42f7f2
commit
b8927f5af4
1 changed files with 8 additions and 1 deletions
9
.vscode/settings.json
vendored
9
.vscode/settings.json
vendored
|
@ -11,5 +11,12 @@
|
||||||
"Cargo.lock": true,
|
"Cargo.lock": true,
|
||||||
"riot.txt": true,
|
"riot.txt": true,
|
||||||
"target": true,
|
"target": true,
|
||||||
}
|
},
|
||||||
|
"rust-analyzer.cargo.features": [
|
||||||
|
"exec",
|
||||||
|
"search",
|
||||||
|
"telegram",
|
||||||
|
"discord",
|
||||||
|
"matrix",
|
||||||
|
]
|
||||||
}
|
}
|
Loading…
Reference in a new issue