aboutsummaryrefslogtreecommitdiff
path: root/.vscode/settings.json
blob: 58ef9d8afba0503b5987f75c1ddd85381c0f3ad5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "rust-analyzer.assist.importMergeBehavior": "last",
  "editor.formatOnSave": true,
  "rust.target": "thumbv7em-none-eabihf",
  "rust-analyzer.cargo.allFeatures": false,
  "rust-analyzer.checkOnSave.allFeatures": false,
  "rust-analyzer.checkOnSave.allTargets": false,
  "rust-analyzer.cargo.target": "thumbv7em-none-eabi",
  "rust-analyzer.checkOnSave.target": "thumbv7em-none-eabi",
  "rust-analyzer.procMacro.enable": true,
  "rust-analyzer.cargo.loadOutDirsFromCheck": true,
  "files.watcherExclude": {
    "**/.git/objects/**": true,
    "**/.git/subtree-cache/**": true,
    "**/target/**": true
  }
}