diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-05-06 03:43:46 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2021-05-06 03:43:46 +0200 |
| commit | 23ca2f9174b170c6f6cfc7bab708c4ac7cc4a247 (patch) | |
| tree | e9359c178d4a8a6f94ce250797c5931280c56773 /.vscode/settings.json | |
| parent | 111dad613ac97f1242c6acd30f01a6482fd887ea (diff) | |
Autogenerate the tailored PAC for each chip
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 |
