diff options
| author | Dario Nieuwenhuis <[email protected]> | 2020-09-22 18:03:43 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2020-09-22 18:03:43 +0200 |
| commit | 9a57deef9b531b8dae9d98a5accf5aeb128ab86d (patch) | |
| tree | b1e118334fc555167e72595dfb97982e5f9ca630 /.vscode | |
First commit
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/settings.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 000000000..ef95cf96e --- /dev/null +++ b/.vscode/settings.json | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | { | ||
| 2 | "editor.formatOnSave": true, | ||
| 3 | "rust-analyzer.cargo.allFeatures": false, | ||
| 4 | "rust-analyzer.checkOnSave.allFeatures": false, | ||
| 5 | "rust-analyzer.cargo.target": "thumbv7em-none-eabihf", | ||
| 6 | "rust-analyzer.checkOnSave.allTargets": false, | ||
| 7 | "files.watcherExclude": { | ||
| 8 | "**/.git/objects/**": true, | ||
| 9 | "**/.git/subtree-cache/**": true, | ||
| 10 | "**/target/**": true | ||
| 11 | } | ||
| 12 | } | ||
