tautulli-exporter/.vscode/settings.json

5 lines
87 B
JSON
Raw Normal View History

2024-01-21 15:19:30 +00:00
{
"rust-analyzer.check.extraArgs": [
"--target-dir=target/analyzer"
]
}