diff options
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/settings.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 5ce8e4e7d..1ac3fc513 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json | |||
| @@ -12,10 +12,15 @@ | |||
| 12 | //"embassy-net/medium-ethernet", | 12 | //"embassy-net/medium-ethernet", |
| 13 | //"embassy-net/tcp", | 13 | //"embassy-net/tcp", |
| 14 | //"embassy-net/pool-16", | 14 | //"embassy-net/pool-16", |
| 15 | //"time-tick-16mhz", | ||
| 16 | //"defmt-timestamp-uptime", | ||
| 15 | "nightly", | 17 | "nightly", |
| 18 | //"unstable-traits", | ||
| 16 | ], | 19 | ], |
| 17 | "rust-analyzer.linkedProjects": [ | 20 | "rust-analyzer.linkedProjects": [ |
| 18 | // Declare for the target you wish to develop | 21 | // Declare for the target you wish to develop |
| 22 | //"embassy-executor/Cargo.toml", | ||
| 23 | //"embassy-util/Cargo.toml", | ||
| 19 | "examples/nrf/Cargo.toml", | 24 | "examples/nrf/Cargo.toml", |
| 20 | // "examples/rp/Cargo.toml", | 25 | // "examples/rp/Cargo.toml", |
| 21 | // "examples/std/Cargo.toml", | 26 | // "examples/std/Cargo.toml", |
