diff options
| author | Barnaby Walters <[email protected]> | 2023-12-19 16:42:51 +0100 |
|---|---|---|
| committer | Barnaby Walters <[email protected]> | 2023-12-19 16:42:51 +0100 |
| commit | 6564c045317defa309921fed74c0c096973330e4 (patch) | |
| tree | 167c650b75948e0434c39c7ff55599db2436807f | |
| parent | f97ef61ef896fa3abff7e35d78823c36ff50d9a8 (diff) | |
Reset .vscode/settings.json (doh)
| -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 016df796d..d46ce603b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json | |||
| @@ -17,12 +17,12 @@ | |||
| 17 | //"rust-analyzer.cargo.target": "thumbv8m.main-none-eabihf", | 17 | //"rust-analyzer.cargo.target": "thumbv8m.main-none-eabihf", |
| 18 | "rust-analyzer.cargo.features": [ | 18 | "rust-analyzer.cargo.features": [ |
| 19 | // Uncomment if the example has a "nightly" feature. | 19 | // Uncomment if the example has a "nightly" feature. |
| 20 | //"nightly", | 20 | "nightly", |
| 21 | ], | 21 | ], |
| 22 | "rust-analyzer.linkedProjects": [ | 22 | "rust-analyzer.linkedProjects": [ |
| 23 | // Uncomment ONE line for the chip you want to work on. | 23 | // Uncomment ONE line for the chip you want to work on. |
| 24 | // This makes rust-analyzer work on the example crate and all its dependencies. | 24 | // This makes rust-analyzer work on the example crate and all its dependencies. |
| 25 | //"examples/nrf52840/Cargo.toml", | 25 | "examples/nrf52840/Cargo.toml", |
| 26 | // "examples/nrf52840-rtic/Cargo.toml", | 26 | // "examples/nrf52840-rtic/Cargo.toml", |
| 27 | // "examples/nrf5340/Cargo.toml", | 27 | // "examples/nrf5340/Cargo.toml", |
| 28 | // "examples/nrf-rtos-trace/Cargo.toml", | 28 | // "examples/nrf-rtos-trace/Cargo.toml", |
| @@ -39,7 +39,7 @@ | |||
| 39 | // "examples/stm32g0/Cargo.toml", | 39 | // "examples/stm32g0/Cargo.toml", |
| 40 | // "examples/stm32g4/Cargo.toml", | 40 | // "examples/stm32g4/Cargo.toml", |
| 41 | // "examples/stm32h5/Cargo.toml", | 41 | // "examples/stm32h5/Cargo.toml", |
| 42 | "examples/stm32h7/Cargo.toml", | 42 | // "examples/stm32h7/Cargo.toml", |
| 43 | // "examples/stm32l0/Cargo.toml", | 43 | // "examples/stm32l0/Cargo.toml", |
| 44 | // "examples/stm32l1/Cargo.toml", | 44 | // "examples/stm32l1/Cargo.toml", |
| 45 | // "examples/stm32l4/Cargo.toml", | 45 | // "examples/stm32l4/Cargo.toml", |
