diff options
| -rw-r--r-- | .vscode/settings.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 402ed2417..db37b64ce 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | { | 1 | { |
| 2 | "editor.formatOnSave": true, | 2 | "editor.formatOnSave": true, |
| 3 | "rust-analyzer.checkOnSave.allTargets": false, | 3 | "rust-analyzer.check.allTargets": false, |
| 4 | "rust-analyzer.checkOnSave.noDefaultFeatures": true, | 4 | "rust-analyzer.check.noDefaultFeatures": true, |
| 5 | "rust-analyzer.cargo.noDefaultFeatures": true, | 5 | "rust-analyzer.cargo.noDefaultFeatures": true, |
| 6 | "rust-analyzer.procMacro.enable": true, | 6 | "rust-analyzer.procMacro.enable": true, |
| 7 | "rust-analyzer.cargo.target": "thumbv7em-none-eabi", | 7 | "rust-analyzer.cargo.target": "thumbv7em-none-eabi", |
