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