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:
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@ -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,
|
||||
|
Reference in New Issue
Block a user