diff options
Diffstat (limited to '.vscode/settings.json')
| -rw-r--r-- | .vscode/settings.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index e90553506..ceb87ad53 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json | |||
| @@ -3,7 +3,11 @@ | |||
| 3 | "rust-analyzer.checkOnSave.allFeatures": false, | 3 | "rust-analyzer.checkOnSave.allFeatures": false, |
| 4 | "rust-analyzer.checkOnSave.allTargets": false, | 4 | "rust-analyzer.checkOnSave.allTargets": false, |
| 5 | "rust-analyzer.cargo.target": "thumbv7em-none-eabi", | 5 | "rust-analyzer.cargo.target": "thumbv7em-none-eabi", |
| 6 | "rust-analyzer.checkOnSave.target": "thumbv7em-none-eabi", | 6 | "rust-analyzer.cargo.features": [ |
| 7 | // These are needed to prevent embassy-net from failing to build | ||
| 8 | "embassy-net/medium-ethernet", | ||
| 9 | "embassy-net/tcp" | ||
| 10 | ], | ||
| 7 | "rust-analyzer.procMacro.enable": true, | 11 | "rust-analyzer.procMacro.enable": true, |
| 8 | "rust-analyzer.cargo.runBuildScripts": true, | 12 | "rust-analyzer.cargo.runBuildScripts": true, |
| 9 | "files.watcherExclude": { | 13 | "files.watcherExclude": { |
