aboutsummaryrefslogtreecommitdiff
path: root/.vscode/settings.json
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2021-09-11 01:53:53 +0200
committerDario Nieuwenhuis <[email protected]>2021-09-11 02:35:35 +0200
commitead987245d083b7e6be7158ea3fb63c8a47bf304 (patch)
tree2d51b80e3d4fc2670b64cb05af22cc54202a6104 /.vscode/settings.json
parent200f881048a8193c490ff5906ebf320ac98a8331 (diff)
embassy: Refactor module structure to remove kitchen-sink `util`.
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,