mirror of
https://github.com/MingweiSamuel/Riven.git
synced 2024-12-26 10:56:34 +00:00
15 lines
324 B
JSON
15 lines
324 B
JSON
{
|
|
"rust-analyzer.runnableEnv": [
|
|
{
|
|
// Set output levels for `tracing` logging.
|
|
"env": {
|
|
"RUST_BACKTRACE": "1",
|
|
"RUST_LOG": "riven=debug"
|
|
}
|
|
}
|
|
],
|
|
"rust-analyzer.cargo.features": [
|
|
"nightly",
|
|
"deny-unknown"
|
|
]
|
|
}
|