diff options
| author | Grant Miller <[email protected]> | 2021-12-09 19:33:45 -0600 |
|---|---|---|
| committer | Grant Miller <[email protected]> | 2021-12-09 19:44:41 -0600 |
| commit | 87f45be1c6e77f07bb778d8703011ebc9ceb3a33 (patch) | |
| tree | 73668194389a957f850bf1b4074f7de3161b1a98 | |
| parent | 60b7c50d8b02f92844287b150c5f504750846625 (diff) | |
Add all example crates to linked projects (commented out)
| -rw-r--r-- | .vscode/settings.json | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index b229f7eb6..3defc9077 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json | |||
| @@ -17,7 +17,23 @@ | |||
| 17 | ], | 17 | ], |
| 18 | "rust-analyzer.linkedProjects": [ | 18 | "rust-analyzer.linkedProjects": [ |
| 19 | // Declare for the target you wish to develop | 19 | // Declare for the target you wish to develop |
| 20 | "examples/nrf/Cargo.toml" | 20 | "examples/nrf/Cargo.toml", |
| 21 | // "examples/rp/Cargo.toml", | ||
| 22 | // "examples/std/Cargo.toml", | ||
| 23 | // "examples/stm32f0/Cargo.toml", | ||
| 24 | // "examples/stm32f1/Cargo.toml", | ||
| 25 | // "examples/stm32f4/Cargo.toml", | ||
| 26 | // "examples/stm32f7/Cargo.toml", | ||
| 27 | // "examples/stm32g0/Cargo.toml", | ||
| 28 | // "examples/stm32g4/Cargo.toml", | ||
| 29 | // "examples/stm32h7/Cargo.toml", | ||
| 30 | // "examples/stm32l0/Cargo.toml", | ||
| 31 | // "examples/stm32l1/Cargo.toml", | ||
| 32 | // "examples/stm32l4/Cargo.toml", | ||
| 33 | // "examples/stm32u5/Cargo.toml", | ||
| 34 | // "examples/stm32wb55/Cargo.toml", | ||
| 35 | // "examples/stm32wl55/Cargo.toml", | ||
| 36 | // "examples/wasm/Cargo.toml", | ||
| 21 | ], | 37 | ], |
| 22 | "rust-analyzer.procMacro.enable": true, | 38 | "rust-analyzer.procMacro.enable": true, |
| 23 | "rust-analyzer.cargo.runBuildScripts": true, | 39 | "rust-analyzer.cargo.runBuildScripts": true, |
