mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 11:26:39 +00:00
chore(settings): set default formatter for Rust to rust-analyzer
- Added configuration to specify 'rust-lang.rust-analyzer' as the default formatter for Rust files in settings.json.
This commit is contained in:
@@ -806,6 +806,9 @@
|
||||
// Extensions:
|
||||
// - https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer
|
||||
//
|
||||
"[rust]": {
|
||||
"editor.defaultFormatter": "rust-lang.rust-analyzer"
|
||||
},
|
||||
"rust-analyzer.testExplorer": true,
|
||||
//
|
||||
// ===========================================================================
|
||||
|
||||
Reference in New Issue
Block a user