This is a companion extension for the rust-analyzer adding cross support.
To enable cross for a project you need to add "rust-analyzer.cargoRunner": "cross-rust-analyzer" to the settings.json. Then it is possible to select a target from status bar or specify manually in the settings.json: "cross-rust-analyzer.target":"arm-unknown-linux-gnueabi".