summaryrefslogtreecommitdiff
path: root/.vscode/settings.json
blob: c0d9016c22eaa23c6ac5ee7b00db3134dfd71090 (plain)
1
2
3
4
5
6
7
{
  "editor.formatOnSave": true,
  "rust-analyzer.cargo.target": "thumbv7em-none-eabihf",
  "rust-analyzer.checkOnSave.allTargets": false,
  "rust-analyzer.cargo.loadOutDirsFromCheck": true,
  "rust-analyzer.procMacro.enable": true
}