diff options
| -rw-r--r-- | .vscode/settings.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 9818e4f1d..dc200f79e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json | |||
| @@ -1,12 +1,11 @@ | |||
| 1 | { | 1 | { |
| 2 | "rust-analyzer.assist.importMergeBehavior": "last", | 2 | "rust-analyzer.assist.importMergeBehavior": "last", |
| 3 | "editor.formatOnSave": true, | 3 | "editor.formatOnSave": true, |
| 4 | "rust.target": "thumbv7em-none-eabihf", | ||
| 5 | "rust-analyzer.cargo.allFeatures": false, | 4 | "rust-analyzer.cargo.allFeatures": false, |
| 6 | "rust-analyzer.checkOnSave.allFeatures": false, | 5 | "rust-analyzer.checkOnSave.allFeatures": false, |
| 7 | "rust-analyzer.checkOnSave.allTargets": false, | 6 | "rust-analyzer.checkOnSave.allTargets": false, |
| 8 | "rust-analyzer.cargo.target": "thumbv6m-none-eabi", | 7 | "rust-analyzer.cargo.target": "thumbv7em-none-eabihf", |
| 9 | "rust-analyzer.checkOnSave.target": "thumbv6m-none-eabi", | 8 | "rust-analyzer.checkOnSave.target": "thumbv7em-none-eabihf", |
| 10 | "rust-analyzer.procMacro.enable": true, | 9 | "rust-analyzer.procMacro.enable": true, |
| 11 | "rust-analyzer.cargo.loadOutDirsFromCheck": true, | 10 | "rust-analyzer.cargo.loadOutDirsFromCheck": true, |
| 12 | "files.watcherExclude": { | 11 | "files.watcherExclude": { |
