diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-08-15 14:15:29 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-08-15 14:15:29 +0200 |
| commit | f7f75167accd1fb91238b05f30a280bf115baddf (patch) | |
| tree | 0869ace7512050474fa21229bf19333bd9b8a476 /.vscode | |
| parent | 253b28debaf13d839087a2b9160f416f4be22438 (diff) | |
cleanup vscode settings.
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/settings.json | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 139b432f4..d48f7ba1e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json | |||
| @@ -6,16 +6,21 @@ | |||
| 6 | "rust-analyzer.check.allTargets": false, | 6 | "rust-analyzer.check.allTargets": false, |
| 7 | "rust-analyzer.check.noDefaultFeatures": true, | 7 | "rust-analyzer.check.noDefaultFeatures": true, |
| 8 | "rust-analyzer.cargo.noDefaultFeatures": true, | 8 | "rust-analyzer.cargo.noDefaultFeatures": true, |
| 9 | "rust-analyzer.cargo.target": "thumbv7m-none-eabi", | 9 | "rust-analyzer.showUnlinkedFileNotification": false, |
| 10 | // uncomment the target of your chip. | ||
| 11 | //"rust-analyzer.cargo.target": "thumbv6m-none-eabi", | ||
| 12 | //"rust-analyzer.cargo.target": "thumbv7m-none-eabi", | ||
| 13 | "rust-analyzer.cargo.target": "thumbv7em-none-eabi", | ||
| 10 | //"rust-analyzer.cargo.target": "thumbv8m.main-none-eabihf", | 14 | //"rust-analyzer.cargo.target": "thumbv8m.main-none-eabihf", |
| 11 | "rust-analyzer.cargo.features": [ | 15 | "rust-analyzer.cargo.features": [ |
| 12 | ///"nightly", | 16 | // Uncomment if the example has a "nightly" feature. |
| 17 | "nightly", | ||
| 13 | ], | 18 | ], |
| 14 | "rust-analyzer.linkedProjects": [ | 19 | "rust-analyzer.linkedProjects": [ |
| 15 | // Declare for the target you wish to develop | 20 | // Uncomment ONE line for the chip you want to work on. |
| 16 | // "embassy-executor/Cargo.toml", | 21 | // This makes rust-analyzer work on the example crate and all its dependencies. |
| 17 | // "embassy-sync/Cargo.toml", | 22 | "examples/nrf52840/Cargo.toml", |
| 18 | "examples/stm32wl/Cargo.toml", | 23 | // "examples/nrf52840-rtic/Cargo.toml", |
| 19 | // "examples/nrf5340/Cargo.toml", | 24 | // "examples/nrf5340/Cargo.toml", |
| 20 | // "examples/nrf-rtos-trace/Cargo.toml", | 25 | // "examples/nrf-rtos-trace/Cargo.toml", |
| 21 | // "examples/rp/Cargo.toml", | 26 | // "examples/rp/Cargo.toml", |
| @@ -41,5 +46,4 @@ | |||
| 41 | // "examples/stm32wl/Cargo.toml", | 46 | // "examples/stm32wl/Cargo.toml", |
| 42 | // "examples/wasm/Cargo.toml", | 47 | // "examples/wasm/Cargo.toml", |
| 43 | ], | 48 | ], |
| 44 | "rust-analyzer.showUnlinkedFileNotification": false, | ||
| 45 | } \ No newline at end of file | 49 | } \ No newline at end of file |
