diff options
| author | Dario Nieuwenhuis <[email protected]> | 2020-12-28 03:40:28 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2020-12-28 03:41:40 +0100 |
| commit | 4a7344cb6f33bc6acdb982b7c180e0da81ad2710 (patch) | |
| tree | 289c869ccd6cb953d554fc085dfed388649e0b2b /.vscode | |
| parent | 32c67381df48979f6cf3c188b0dec447d1935d12 (diff) | |
Add embassy-std crate with glue to run embassy on std.
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/settings.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index ef95cf96e..8c53d2097 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | "editor.formatOnSave": true, | 2 | "editor.formatOnSave": true, |
| 3 | "rust-analyzer.cargo.allFeatures": false, | 3 | "rust-analyzer.cargo.allFeatures": false, |
| 4 | "rust-analyzer.checkOnSave.allFeatures": false, | 4 | "rust-analyzer.checkOnSave.allFeatures": false, |
| 5 | "rust-analyzer.cargo.target": "thumbv7em-none-eabihf", | ||
| 6 | "rust-analyzer.checkOnSave.allTargets": false, | 5 | "rust-analyzer.checkOnSave.allTargets": false, |
| 7 | "files.watcherExclude": { | 6 | "files.watcherExclude": { |
| 8 | "**/.git/objects/**": true, | 7 | "**/.git/objects/**": true, |
