Skip to content

Commit

Permalink
chore: update .vscode/settings.json (#1660)
Browse files Browse the repository at this point in the history
  • Loading branch information
MingweiSamuel authored Jan 16, 2025
1 parent 6d77db9 commit b5cb01f
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit b5cb01f

Please sign in to comment.