aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index a35be8054..b229f7eb6 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -16,7 +16,8 @@
16 //"embassy-net/pool-16", 16 //"embassy-net/pool-16",
17 ], 17 ],
18 "rust-analyzer.linkedProjects": [ 18 "rust-analyzer.linkedProjects": [
19 "examples/stm32f1/Cargo.toml" 19 // Declare for the target you wish to develop
20 "examples/nrf/Cargo.toml"
20 ], 21 ],
21 "rust-analyzer.procMacro.enable": true, 22 "rust-analyzer.procMacro.enable": true,
22 "rust-analyzer.cargo.runBuildScripts": true, 23 "rust-analyzer.cargo.runBuildScripts": true,