From ae022a53bd89a51e1fe0e69f5b5c8822254e2af7 Mon Sep 17 00:00:00 2001 From: Yaroslav Bolyukin Date: Wed, 15 Feb 2023 18:01:03 +0000 Subject: [PATCH] chore(vscode): sanity settings for rust-analyzer --- --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -5,5 +5,12 @@ }, "[typescript]": { "editor.defaultFormatter": "dbaeumer.vscode-eslint" - } + }, + "rust-analyzer.cargo.extraEnv": { + "SKIP_WASM_BUILD": "1" + }, + "rust-analyzer.cargo.features": [ + "runtime-benchmarks", + "try-runtime" + ] } \ No newline at end of file -- gitstuff