--- 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