Add `.vscode/settings.json`

pull/62/head
Mingwei Samuel 2023-09-21 23:42:49 -07:00
parent e67ffff627
commit daf18c476c
1 changed files with 11 additions and 0 deletions

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"
}
}
]
}