aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-12-21 14:57:49 +0100
committerDario Nieuwenhuis <[email protected]>2023-12-21 15:03:57 +0100
commit8b36a32ed5d834b23e970d5b723dd7df1f1c94a2 (patch)
treefc64810b57db758d98dc3424dd4ae40818fa71f2 /.vscode
parent530ead5fdeba97dd7d84798463436d1c75bbe96e (diff)
ci: use beta, add secondary nightly ci.
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json8
1 files changed, 2 insertions, 6 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index d46ce603b..a5b23175a 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -15,14 +15,10 @@
15 //"rust-analyzer.cargo.target": "thumbv7m-none-eabi", 15 //"rust-analyzer.cargo.target": "thumbv7m-none-eabi",
16 "rust-analyzer.cargo.target": "thumbv7em-none-eabi", 16 "rust-analyzer.cargo.target": "thumbv7em-none-eabi",
17 //"rust-analyzer.cargo.target": "thumbv8m.main-none-eabihf", 17 //"rust-analyzer.cargo.target": "thumbv8m.main-none-eabihf",
18 "rust-analyzer.cargo.features": [
19 // Uncomment if the example has a "nightly" feature.
20 "nightly",
21 ],
22 "rust-analyzer.linkedProjects": [ 18 "rust-analyzer.linkedProjects": [
23 // Uncomment ONE line for the chip you want to work on. 19 // 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. 20 // This makes rust-analyzer work on the example crate and all its dependencies.
25 "examples/nrf52840/Cargo.toml", 21 "examples/stm32l4/Cargo.toml",
26 // "examples/nrf52840-rtic/Cargo.toml", 22 // "examples/nrf52840-rtic/Cargo.toml",
27 // "examples/nrf5340/Cargo.toml", 23 // "examples/nrf5340/Cargo.toml",
28 // "examples/nrf-rtos-trace/Cargo.toml", 24 // "examples/nrf-rtos-trace/Cargo.toml",
@@ -49,4 +45,4 @@
49 // "examples/stm32wl/Cargo.toml", 45 // "examples/stm32wl/Cargo.toml",
50 // "examples/wasm/Cargo.toml", 46 // "examples/wasm/Cargo.toml",
51 ], 47 ],
52} \ No newline at end of file 48}