1
Fork 0
mirror of https://github.com/Steffo99/patched-porobot.git synced 2024-10-16 09:37:27 +00:00

Specify rust-analyzer.cargo.features in VSC settings

This commit is contained in:
Steffo 2022-10-18 14:34:50 +00:00 committed by GitHub
parent e43c42f7f2
commit b8927f5af4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,5 +11,12 @@
"Cargo.lock": true,
"riot.txt": true,
"target": true,
}
},
"rust-analyzer.cargo.features": [
"exec",
"search",
"telegram",
"discord",
"matrix",
]
}