Add .vscode/settings.json

This commit is contained in:
Mingwei Samuel 2023-09-21 23:42:49 -07:00
parent e67ffff627
commit daf18c476c

11
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,11 @@
{
"rust-analyzer.runnableEnv": [
{
// Set output levels for `tracing` logging.
"env": {
"RUST_BACKTRACE": "1",
"RUST_LOG": "riven=debug"
}
}
]
}