Files
ort/.vscode/settings.json
Carson M 447354a46c 1.15.0
2023-07-15 19:47:01 -05:00

13 lines
407 B
JSON

{
"rust-analyzer.checkOnSave.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
}