Rust Analyzer documentation

Intends to clarify how to make Embassy usable from within Visual Studio Code by assuming the presence of the Rust Analyzer.

Note that IntelliJ does not support the Rust Analyzer, so an open question remains as to the whether this is a good move. If it turns out not to be a good move then we should still look at clarifying the use of a workspace file.
This commit is contained in:
huntc
2021-12-09 10:40:03 +11:00
parent 4eb9f0f3ae
commit 990d2330db
3 changed files with 24 additions and 99 deletions

View File

@ -16,7 +16,8 @@
//"embassy-net/pool-16",
],
"rust-analyzer.linkedProjects": [
"examples/stm32f1/Cargo.toml"
// Declare for the target you wish to develop
"examples/nrf/Cargo.toml"
],
"rust-analyzer.procMacro.enable": true,
"rust-analyzer.cargo.runBuildScripts": true,