Riven/.vscode/settings.json

16 lines
324 B
JSON
Raw 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"
}
}
],
"rust-analyzer.cargo.features": [
"nightly",
"deny-unknown"
2023-09-22 06:42:49 +00:00
]
}