1 2 3 4 5 6 7 8 9 10 11
{ // # Rust Analyzer // If you need to work on js_wasm, uncomment the next line // "rust-analyzer.cargo.target": "wasm32-unknown-unknown", // # Formatting "editor.formatOnSave": true, "[rust]": { "editor.defaultFormatter": "matklad.rust-analyzer" } }