mirror of
https://github.com/pykeio/ort
synced 2026-04-25 16:34:55 +02:00
17 lines
490 B
JSON
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"
|
|
]
|
|
}
|