aboutsummaryrefslogtreecommitdiff
path: root/.vscode/settings.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index ed01f7557..a5a656637 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -6,11 +6,12 @@
6 "rust-analyzer.checkOnSave.allTargets": false, 6 "rust-analyzer.checkOnSave.allTargets": false,
7 "rust-analyzer.cargo.noDefaultFeatures": true, 7 "rust-analyzer.cargo.noDefaultFeatures": true,
8 "rust-analyzer.checkOnSave.noDefaultFeatures": true, 8 "rust-analyzer.checkOnSave.noDefaultFeatures": true,
9 //"rust-analyzer.cargo.target": "thumbv7em-none-eabi", 9 "rust-analyzer.cargo.target": "thumbv7em-none-eabi",
10 "rust-analyzer.cargo.features": [ 10 "rust-analyzer.cargo.features": [
11 // These are needed to prevent embassy-net from failing to build 11 // These are needed to prevent embassy-net from failing to build
12 "embassy-net/medium-ethernet", 12 "embassy-net/medium-ethernet",
13 "embassy-net/tcp", 13 "embassy-net/tcp",
14 "embassy-net/pool-16",
14 ], 15 ],
15 "rust-analyzer.procMacro.enable": true, 16 "rust-analyzer.procMacro.enable": true,
16 "rust-analyzer.cargo.runBuildScripts": true, 17 "rust-analyzer.cargo.runBuildScripts": true,