From b5cb01f43a79ec9b7da0ffc540bfb17722959058 Mon Sep 17 00:00:00 2001 From: Mingwei Samuel Date: Thu, 16 Jan 2025 10:08:45 -0800 Subject: [PATCH] chore: update `.vscode/settings.json` (#1660) --- .vscode/settings.json | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index b2db3df9b47..cb24f188940 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,17 +1,16 @@ { - "rust-analyzer.runnableEnv": [ - { - "env": { - // Stack backtraces. - "RUST_BACKTRACE": "full", - // Set output levels for `tracing` logging. - "RUST_LOG": "debug,hydroflow=trace", - // Make sure all snapshots are written instead of just the first failure. - "INSTA_FORCE_PASS": "1", - "INSTA_UPDATE": "always", - "TRYBUILD": "overwrite", - } - } + "rust-analyzer.runnables.extraEnv": { + // Stack backtraces. + "RUST_BACKTRACE": "full", + // Set output levels for `tracing` logging. + "RUST_LOG": "debug,dfir_rs=trace", + // Make sure all snapshots are written instead of just the first failure. + "INSTA_FORCE_PASS": "1", + "INSTA_UPDATE": "always", + "TRYBUILD": "overwrite", + }, + "rust-analyzer.runnables.extraTestBinaryArgs": [ + "--nocapture" ], "rust-analyzer.cargo.features": ["deploy"], "editor.semanticTokenColorCustomizations": {