mirror of
https://github.com/MingweiSamuel/Riven.git
synced 2025-01-24 17:57:27 -08:00
16 lines
348 B
JSON
16 lines
348 B
JSON
{
|
|
"rust-analyzer.runnableEnv": [
|
|
{
|
|
// Set output levels for `tracing` logging.
|
|
"env": {
|
|
"RUST_BACKTRACE": "1",
|
|
"RUST_LOG": "info,riven=debug"
|
|
}
|
|
}
|
|
],
|
|
"rust-analyzer.cargo.features": [
|
|
"nightly",
|
|
"tracing",
|
|
"deny-unknown"
|
|
]
|
|
}
|