Files
ort/.vscode/settings.json
2025-04-23 09:09:20 -05:00

17 lines
490 B
JSON

{
"rust-analyzer.check.command": "clippy",
"rust-analyzer.rustfmt.extraArgs": [ "+nightly" ],
"[rust]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "rust-lang.rust-analyzer",
"editor.semanticHighlighting.enabled": true
},
"rust-analyzer.cachePriming.enable": true,
"rust-analyzer.diagnostics.experimental.enable": true,
"rust-analyzer.showUnlinkedFileNotification": false,
"deno.enablePaths": [
"tools/api-coverage.ts",
"tools/training-api-coverage.ts"
]
}