{ "[rust]": { "editor.defaultFormatter": "rust-lang.rust-analyzer", "editor.formatOnSave": true }, "rust-analyzer.rustfmt.extraArgs": [ "+nightly" ], "rust-analyzer.cargo.buildScripts.overrideCommand": [ "cargo", "check", "--message-format=json", ], "rust-analyzer.check.overrideCommand": [ "cargo", "check", "--message-format=json", ] }