diff options
| -rw-r--r-- | .vscode/settings.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index b4047399c..79433a7c9 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json | |||
| @@ -16,16 +16,16 @@ | |||
| 16 | //"embassy-net/medium-ethernet", | 16 | //"embassy-net/medium-ethernet", |
| 17 | //"embassy-net/tcp", | 17 | //"embassy-net/tcp", |
| 18 | //"embassy-net/pool-16", | 18 | //"embassy-net/pool-16", |
| 19 | //"nightly", | 19 | "nightly", |
| 20 | ], | 20 | ], |
| 21 | "rust-analyzer.linkedProjects": [ | 21 | "rust-analyzer.linkedProjects": [ |
| 22 | // Declare for the target you wish to develop | 22 | // Declare for the target you wish to develop |
| 23 | // "examples/nrf/Cargo.toml", | 23 | "examples/nrf/Cargo.toml", |
| 24 | // "examples/rp/Cargo.toml", | 24 | // "examples/rp/Cargo.toml", |
| 25 | // "examples/std/Cargo.toml", | 25 | // "examples/std/Cargo.toml", |
| 26 | // "examples/stm32f0/Cargo.toml", | 26 | // "examples/stm32f0/Cargo.toml", |
| 27 | // "examples/stm32f1/Cargo.toml", | 27 | // "examples/stm32f1/Cargo.toml", |
| 28 | "examples/stm32f4/Cargo.toml", | 28 | // "examples/stm32f4/Cargo.toml", |
| 29 | // "examples/stm32f7/Cargo.toml", | 29 | // "examples/stm32f7/Cargo.toml", |
| 30 | // "examples/stm32g0/Cargo.toml", | 30 | // "examples/stm32g0/Cargo.toml", |
| 31 | // "examples/stm32g4/Cargo.toml", | 31 | // "examples/stm32g4/Cargo.toml", |
