forked from mirror/Riven
12 lines
237 B
JSON
12 lines
237 B
JSON
|
{
|
||
|
"rust-analyzer.runnableEnv": [
|
||
|
{
|
||
|
// Set output levels for `tracing` logging.
|
||
|
"env": {
|
||
|
"RUST_BACKTRACE": "1",
|
||
|
"RUST_LOG": "riven=debug"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|