From b8927f5af4294e7197a7a6620f82be9a6a89165e Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 18 Oct 2022 14:34:50 +0000 Subject: [PATCH] Specify `rust-analyzer.cargo.features` in VSC settings --- .vscode/settings.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index f3902d3..4d55b26 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -11,5 +11,12 @@ "Cargo.lock": true, "riot.txt": true, "target": true, - } + }, + "rust-analyzer.cargo.features": [ + "exec", + "search", + "telegram", + "discord", + "matrix", + ] } \ No newline at end of file