diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-07-13 05:47:26 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2021-07-13 05:47:26 +0200 |
| commit | 5450ec3d4cf3cdf465c3eaf9eb72c5678f6cfafc (patch) | |
| tree | 16e35fce864f001d4832ef2426b327d8987f76ee /.vscode/settings.json | |
| parent | 1d64421fb431e65dcb3d4721d263132ab92420ab (diff) | |
Update vscode settings for latest rust-analyzer
Diffstat (limited to '.vscode/settings.json')
| -rw-r--r-- | .vscode/settings.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index c897dd798..e90553506 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json | |||
| @@ -1,12 +1,11 @@ | |||
| 1 | { | 1 | { |
| 2 | "rust-analyzer.assist.importMergeBehavior": "last", | ||
| 3 | "editor.formatOnSave": true, | 2 | "editor.formatOnSave": true, |
| 4 | "rust-analyzer.checkOnSave.allFeatures": false, | 3 | "rust-analyzer.checkOnSave.allFeatures": false, |
| 5 | "rust-analyzer.checkOnSave.allTargets": false, | 4 | "rust-analyzer.checkOnSave.allTargets": false, |
| 6 | "rust-analyzer.cargo.target": "thumbv7em-none-eabi", | 5 | "rust-analyzer.cargo.target": "thumbv7em-none-eabi", |
| 7 | "rust-analyzer.checkOnSave.target": "thumbv7em-none-eabi", | 6 | "rust-analyzer.checkOnSave.target": "thumbv7em-none-eabi", |
| 8 | "rust-analyzer.procMacro.enable": true, | 7 | "rust-analyzer.procMacro.enable": true, |
| 9 | "rust-analyzer.cargo.loadOutDirsFromCheck": true, | 8 | "rust-analyzer.cargo.runBuildScripts": true, |
| 10 | "files.watcherExclude": { | 9 | "files.watcherExclude": { |
| 11 | "**/.git/objects/**": true, | 10 | "**/.git/objects/**": true, |
| 12 | "**/.git/subtree-cache/**": true, | 11 | "**/.git/subtree-cache/**": true, |
