forked from mirror/Riven
1
0
Fork 0
Riven/.vscode/settings.json

12 lines
237 B
JSON
Raw Permalink Normal View History

2023-09-22 06:42:49 +00:00
{
"rust-analyzer.runnableEnv": [
{
// Set output levels for `tracing` logging.
"env": {
"RUST_BACKTRACE": "1",
"RUST_LOG": "riven=debug"
}
}
]
}