diff options
Diffstat (limited to '.vscode/settings.json')
| -rw-r--r-- | .vscode/settings.json | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index dc200f79e..172934130 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json | |||
| @@ -1,16 +1,3 @@ | |||
| 1 | { | 1 | { |
| 2 | "rust-analyzer.assist.importMergeBehavior": "last", | ||
| 3 | "editor.formatOnSave": true, | 2 | "editor.formatOnSave": true, |
| 4 | "rust-analyzer.cargo.allFeatures": false, | ||
| 5 | "rust-analyzer.checkOnSave.allFeatures": false, | ||
| 6 | "rust-analyzer.checkOnSave.allTargets": false, | ||
| 7 | "rust-analyzer.cargo.target": "thumbv7em-none-eabihf", | ||
| 8 | "rust-analyzer.checkOnSave.target": "thumbv7em-none-eabihf", | ||
| 9 | "rust-analyzer.procMacro.enable": true, | ||
| 10 | "rust-analyzer.cargo.loadOutDirsFromCheck": true, | ||
| 11 | "files.watcherExclude": { | ||
| 12 | "**/.git/objects/**": true, | ||
| 13 | "**/.git/subtree-cache/**": true, | ||
| 14 | "**/target/**": true | ||
| 15 | } | ||
| 16 | } \ No newline at end of file | 3 | } \ No newline at end of file |
